- Application requires the credentials for sending emails using a SMTP server.
MAIL_HOST
MAIL_PORT
MAIL_AUTH_USER
MAIL_AUTH_PASS
- MongoDB credentials in the form of a connection string
MONGODB_URI
- Run the setup script to create a default user (you may modify default credentials in
setup.js
file)
$> vim $APP_PATH/etl_activities/setup.js
$> node $APP_PATH/etl_activities/setup.js
- Remove the setup script from the server and launch platform with credentials provided.
$> rm $APP_PATH/etl_activities/setup.js
- Environment Variables
Widestage Credentials
WIDESTAGE=<domain>::<username>::<password>
Upload Directory
UPLOAD_DIR=/path/to/upload/directory