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