add env var for production db

This commit is contained in:
Alan Moon 2025-03-19 11:55:28 -07:00
parent d623b9daa3
commit a072984af0

View File

@ -75,7 +75,7 @@
"DbConnection": "",
"// ProdDbConnection": "Database connection string for PostgreSQL and MySQL (examples above)",
"ProdDbConnection": "Server=172.21.0.3;Database=sodoffdb;Uid=sodoffuser;Pwd=${PRODUCTION_DB_PASSWORD};Allow User Variables=True"
"ProdDbConnection": "Server=${PRODUCTION_DB_SERVER};Database=sodoffdb;Uid=sodoffuser;Pwd=${PRODUCTION_DB_PASSWORD};Allow User Variables=True"
},
"Logging": {
"LogLevel": {