Add missing envs

This commit is contained in:
Romaric Mourgues
2023-04-05 18:17:00 +02:00
parent 5df674eea3
commit a950fc1134
@@ -75,11 +75,14 @@
},
"storage": {
"secret": "STORAGE_SECRET",
"iv": "STORAGE_SECRET_BASE_IV",
"type": "STORAGE_DRIVER",
"local": {
"path": "STORAGE_LOCAL_PATH"
},
"S3": {
"bucket": "STORAGE_S3_BUCKET",
"region": "STORAGE_S3_REGION",
"endPoint": "STORAGE_S3_ENDPOINT",
"port": "STORAGE_S3_PORT",
"useSSL": "STORAGE_S3_USE_SSL",