-
Notifications
You must be signed in to change notification settings - Fork 0
Environment Variables
Said Ghamra edited this page Jun 28, 2021
·
1 revision
The following table contains all the environment variables the kube-bot container accepts:
| Variable Name | Variable Type | Description | Required | Default Value | Allowed Values |
|---|---|---|---|---|---|
| NODE_ENV | string | kube-bot Node environment | production |
development, production
|
|
| PORT | number | The port the kube-bot will listen on | 3000 |
||
| LOG_LEVEL | Comma delimited string | The kube-bot log level | 'warn,error' |
Combination of log, error, warn, debug, verbose
|
|
| DOMAIN | string | The domain the kube-bot will be accessed from | ✔ | - | |
| DISCORD_BOT_TOKEN | string | The discord bot token | ✔ | - | |
| DISCORD_BOT_CHANNEL_ID | string | The id of the Discord channel used by the bot to send messages | ✔ | - | |
| DISCORD_BOT_ROLES_SERVER_ID | string | The Discord @server role id | ✔ | - | |
| DISCORD_BOT_ROLES_UI_ID | string | The Discord @ui role id | ✔ | - | |
| DISCORD_BOT_USERS_SAID_ID | string | The Discord @said user id | ✔ | - | |
| DISCORD_BOT_USERS_WALEED_ID | string | The Discord @waleed user id | ✔ | - | |
| DISCORD_BOT_USERS_MARC_ID | string | The Discord @marc user id | ✔ | - | |
| DOCKER_HUB_TOKEN | string | The DockerHub webhook token | ✔ | - |