summaryrefslogtreecommitdiff
path: root/lib/config/environment.js
diff options
context:
space:
mode:
authorSheogorath2019-05-25 21:17:28 +0200
committerGitHub2019-05-25 21:17:28 +0200
commit678d1396916523effd393791238879c0cac15e05 (patch)
tree536e541ee0bde9ebc2d356afb8728bf8df76f980 /lib/config/environment.js
parent816ed4ebc7e0265b353f80285fe9601b2231dd90 (diff)
parent6c62efae2ad2dac6f4c58bd84726cfb36ea9a84b (diff)
Merge pull request #6 from SISheogorath/feautre/notTooBusy
Add config for toobusy middleware
Diffstat (limited to 'lib/config/environment.js')
-rw-r--r--lib/config/environment.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/config/environment.js b/lib/config/environment.js
index 508c1ba6..0a709745 100644
--- a/lib/config/environment.js
+++ b/lib/config/environment.js
@@ -33,6 +33,7 @@ module.exports = {
dbURL: process.env.CMD_DB_URL,
sessionSecret: process.env.CMD_SESSION_SECRET,
sessionLife: toIntegerConfig(process.env.CMD_SESSION_LIFE),
+ tooBusyLag: toIntegerConfig(process.env.CMD_TOOBUSY_LAG),
imageUploadType: process.env.CMD_IMAGE_UPLOAD_TYPE,
imgur: {
clientID: process.env.CMD_IMGUR_CLIENTID