Environment Variables
1. Copy Env File
In the newly cloned ~/Sites/elentra-2x-js
folder. You will find a file named .env.example
Create a copy of .env.example
and rename it to .env
2. Edit Env File
Edit the username, password, auth_username and auth_password values in the new .env
file. The auth credentials should be the same values found in your ~/Sites/elentra-1x-me/www-root/core/config/config.inc.php
Last updated