remove production password

This commit is contained in:
Alan Moon 2025-03-19 11:53:04 -07:00
parent e9995f0876
commit d623b9daa3

View File

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