Environment Variables
The following variables are used frequently when running Kairos locally.
| Variable Name | Description | Default Value |
|---|---|---|
NODE_ENV | Application environment | development |
PORT | Kairos HTTP port | 3000 |
MONGODB_CONNECTION_STRING | MongoDB connection string | N/A |
APP_KEY | Base64 encoded application key | N/A |
SUPER_ADMIN_USERNAME | Bootstrap super admin username | N/A |
SUPER_ADMIN_EMAIL | Bootstrap super admin email | N/A |
SUPER_ADMIN_PASSWORD | Bootstrap super admin password | N/A |