To learn more about the LAMP Platform, visit our documentation.
| Name | Required | Description |
|---|---|---|
APP_GATEWAY |
Deprecated. Use NOTIFICATION_SERVICE_URL. |
|
CACHE_FLUSH_ALL |
||
CACHE_SIZE |
||
CDB |
Deprecated. Couch DB is no longer used. | |
DASHBOARD_URL |
✔️ | |
DB |
✔️ | |
DB_KEY |
||
NATS_SERVER |
✔️ | |
NOTIFICATION_SERVICE_API_KEY |
The api key to be used when addressing the designated notification service. | |
NOTIFICATION_SERVICE_URL |
The protocol scheme, hostname, and optionally port that points to the desired notification service. | |
PORT |
The port number the server should listen on. Defaults to 3000. | |
PUSH_API_KEY |
Deprecated. Use NOTIFICATION_SERVICE_API_KEY. |
|
PUSH_GATEWAY |
Deprecated. Use NOTIFICATION_SERVICE_URL. |
|
PUSH_GATEWAY_APIKEY |
Deprecated. Use NOTIFICATION_SERVICE_API_KEY. |
|
REDIS_HOST |
✔️ | |
ROOT_KEY |
✔️ | |
SHUTDOWN_GRACEPERIOD_MS |
The number of milliseconds after the process receives a termination signal before forcibly closing connections. | |
SYSTEM_STATUS_API_KEY |
If set, some of the system info endpoints (such as /system/metrics or /system/version) will require a key query parameter equal to this env var in order to access. |