Tokenize db password

master
dan 2019-07-17 18:08:38 -06:00
parent ebe600e94b
commit 874d7936de
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
"Environment": "Prod" "Environment": "Prod"
}, },
"ConnectionStrings": { "ConnectionStrings": {
"OFBContext": "server=localhost;database=ofb2;user=ofbapi2;password=Set your minds on things above not on earthly things;" "OFBContext": "server=localhost;database=ofb2;user=ofbapi2;password={{db_pass}};"
} }
} }