2017-09-29 19:21:48 -04:00
|
|
|
{
|
|
|
|
"NODE_ENV": {
|
|
|
|
"description": "This defines the current environment",
|
|
|
|
"validators": [{
|
|
|
|
"name": "in",
|
|
|
|
"options": ["development", "testing", "staging", "production"]
|
|
|
|
}]
|
|
|
|
},
|
2018-01-20 00:11:52 -05:00
|
|
|
"TENANT": {
|
|
|
|
"required": true,
|
|
|
|
"description": "The tenant of the owning service."
|
|
|
|
},
|
2017-09-29 19:21:48 -04:00
|
|
|
"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."
|
|
|
|
},
|
2018-02-27 19:19:14 -05:00
|
|
|
"DISCORD_RULES_CHANNEL": {
|
|
|
|
"description": "The unique ID for the channel that the bot will manage rules from."
|
|
|
|
},
|
|
|
|
"DISCORD_RULES_TRIGGER": {
|
|
|
|
"description": "Text that will trigger and indicate the user has read the rules."
|
|
|
|
},
|
|
|
|
"DISCORD_RULES_ROLE": {
|
|
|
|
"description": "The unique ID for the role that the bot will *remove* when the user accepts the rules."
|
|
|
|
},
|
2018-06-04 19:16:20 -04:00
|
|
|
"DISCORD_DEVELOPER_ROLE": true,
|
2017-09-29 19:21:48 -04:00
|
|
|
"DISCORD_LOGIN_TOKEN": {
|
|
|
|
"description": "The login token of the bot."
|
2017-11-05 13:37:35 -05:00
|
|
|
},
|
2018-01-19 23:29:33 -05:00
|
|
|
"DATA_CUSTOM_RESPONSES": {
|
|
|
|
"required": false,
|
2018-06-04 18:59:55 -04:00
|
|
|
"description": "Whether or not to load responses.js from the data directory."
|
|
|
|
},
|
|
|
|
"GITHUB_REPOSITORY": {
|
|
|
|
"required": false,
|
|
|
|
"description": "The github repository that should be tracked (format is user/repository)"
|
|
|
|
},
|
|
|
|
"GITHUB_OLD_THRESHOLD": {
|
|
|
|
"required": false,
|
|
|
|
"description": "Issues below this treshold should be ignored"
|
2018-06-06 22:54:28 -04:00
|
|
|
},
|
|
|
|
"COMPAT_DB_SOURCE": {
|
|
|
|
"description": "URL to pull game compatibility information from"
|
|
|
|
},
|
|
|
|
"COMPAT_DB_REFRESH": {
|
|
|
|
"required": false,
|
|
|
|
"description": "Minimum time in milliseconds between compatibility DB refreshes (default 20 minutes)"
|
|
|
|
},
|
|
|
|
"COMPAT_ICON_BASE": {
|
|
|
|
"description": "URL (with trailing slash) to directory with <game-id>.png files"
|
|
|
|
},
|
|
|
|
"COMPAT_URL_BASE": {
|
|
|
|
"description": "URL (with trailing slash) to directory with game information pages"
|
2017-09-29 19:21:48 -04:00
|
|
|
}
|
2018-06-04 18:59:55 -04:00
|
|
|
}
|