🐳 Add missing env for production

🛠 Add missing env for production
This commit is contained in:
Romaric Mourgues
2023-04-11 10:41:49 +02:00
committed by GitHub
@@ -74,8 +74,20 @@
} }
}, },
"storage": { "storage": {
"secret": "STORAGE_SECRET",
"iv": "STORAGE_SECRET_BASE_IV",
"type": "STORAGE_DRIVER",
"local": { "local": {
"path": "STORAGE_LOCAL_PATH" "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",
"accessKey": "STORAGE_S3_ACCESS_KEY",
"secretKey": "STORAGE_S3_SECRET_KEY"
} }
}, },
"message-queue": { "message-queue": {