Skip to content

Commit

Permalink
🔧Added additional environment variables in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
shepilov committed Nov 7, 2024
1 parent 7767b42 commit 328bb7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tdrive/backend/node/config/custom-environment-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 328bb7f

Please sign in to comment.