forked from SoDOff-Project/sodoff
add env var for production db
This commit is contained in:
parent
d623b9daa3
commit
a072984af0
@ -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=${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": {
|
"Logging": {
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user