mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-11-22 07:45:37 +01:00
23 lines
667 B
JSON
23 lines
667 B
JSON
{
|
|
"NODE_ENV": {
|
|
"description": "This defines the current environment",
|
|
"validators": [{
|
|
"name": "in",
|
|
"options": ["development", "testing", "staging", "production"]
|
|
}]
|
|
},
|
|
"LOGDNA_APP_NAME": {
|
|
"required": false,
|
|
"description": "The application name."
|
|
},
|
|
"LOGDNA_API_KEY": {
|
|
"required": false,
|
|
"description": "If set, enables application logging to the LogDNA logger service."
|
|
},
|
|
"DISCORD_LOG_CHANNEL": {
|
|
"description": "The unique ID for the channel the bot will output logs to."
|
|
},
|
|
"DISCORD_LOGIN_TOKEN": {
|
|
"description": "The login token of the bot."
|
|
}
|
|
} |