🔧Added additional environment variables in configuration
This commit is contained in:
committed by
Anton Shepilov
parent
7767b42cdf
commit
328bb7f161
@@ -70,12 +70,17 @@
|
||||
}
|
||||
},
|
||||
"storage": {
|
||||
"strategy": "STORAGE_STRATEGY",
|
||||
"secret": "STORAGE_SECRET",
|
||||
"iv": "STORAGE_SECRET_BASE_IV",
|
||||
"type": "STORAGE_DRIVER",
|
||||
"local": {
|
||||
"path": "STORAGE_LOCAL_PATH"
|
||||
},
|
||||
"oneof": {
|
||||
"__name": "STORAGE_ONEOF",
|
||||
"__format": "json"
|
||||
},
|
||||
"S3": {
|
||||
"homeDirectory": "STORAGE_S3_HOME_DIRECTORY",
|
||||
"bucket": "STORAGE_S3_BUCKET",
|
||||
|
||||
Reference in New Issue
Block a user