-
Notifications
You must be signed in to change notification settings - Fork 34
Environment variables
Antoine de Chassey edited this page May 6, 2019
·
8 revisions
Below are the mandatory environment variables you have to set:
| NAME | VALUE |
|---|---|
| MONGO_URL | MongoDB URI connection string |
| BASE_URL | http(s)://yourdomain.com |
| SECRET | Secret used to encrypt connector passwords |
Below are the optional environment variables you can set:
| NAME | VALUE |
|---|---|
| CLUSTER | true or false (uses the Node.js 10 clustering) |
| MAILGUN_API_KEY | Mailgun API key in order to use email services |
| MAILGUN_DOMAIN | Mailgun domain in order to use email services |
| MAILGUN_REGION | Mailgun region (us or eu) |
| HERE_APP_ID | Here application ID |
| HERE_APP_CODE | Here application code |
| GOOGLE_API_KEY | Google API key |
| UBISCALE_LOGIN | Ubiscale cloud login |
| UBISCALE_PASSWORD | Ubiscale cloud password |
| MINIO_ACCESS_KEY | Minio storage access key |
| MINIO_SECRET_KEY | Minio storage secret key |