summaryrefslogtreecommitdiff
path: root/lib/config/environment.js
diff options
context:
space:
mode:
authorDylan Dervaux2019-02-01 12:33:27 +0100
committerSheogorath2019-04-10 01:37:12 +0200
commit208070d2e776c437154e6ead552364b3956adf1c (patch)
tree4e24aed2c2be442ede4bf3cbe9e8dc0e6be178df /lib/config/environment.js
parent36c083277e6c74bb6eac495971522e6932cfc207 (diff)
Add lutim support
Signed-off-by: Dylan Dervaux <dylanderv05@gmail.com>
Diffstat (limited to '')
-rw-r--r--lib/config/environment.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config/environment.js b/lib/config/environment.js
index 882df140..508c1ba6 100644
--- a/lib/config/environment.js
+++ b/lib/config/environment.js
@@ -49,6 +49,9 @@ module.exports = {
secure: toBooleanConfig(process.env.CMD_MINIO_SECURE),
port: toIntegerConfig(process.env.CMD_MINIO_PORT)
},
+ lutim: {
+ url: process.env.CMD_LUTIM_URL
+ },
s3bucket: process.env.CMD_S3_BUCKET,
azure: {
connectionString: process.env.CMD_AZURE_CONNECTION_STRING,