🔧Added additional environment variables in configuration

This commit is contained in:
Anton SHEPILOV
2024-11-07 14:57:06 +07:00
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",