Add missing env for production

This commit is contained in:
Romaric Mourgues
2023-04-05 18:12:24 +02:00
parent 89749274af
commit 5df674eea3
@@ -74,8 +74,17 @@
}
},
"storage": {
"secret": "STORAGE_SECRET",
"type": "STORAGE_DRIVER",
"local": {
"path": "STORAGE_LOCAL_PATH"
},
"S3": {
"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": {