diff --git a/config/custom-environment-variables.json b/config/custom-environment-variables.json index 26afbe7..e69deca 100644 --- a/config/custom-environment-variables.json +++ b/config/custom-environment-variables.json @@ -1,7 +1,10 @@ { "app": { "dbURL": "DATABASE_URL", - "dbSSL": "DATABASE_SSL", + "dbSSL": { + "__name": "DATABASE_SSL", + "__format": "number" + }, "dbPoolSize": "DATABASE_POOL_SIZE", "sessionType": "SESSION_TYPE", "sessionSecret": "SESSION_SECRET",