diff --git a/OFBButte.Api/appsettings.Production.json b/OFBButte.Api/appsettings.Production.json index 8319c1d..427d4c5 100644 --- a/OFBButte.Api/appsettings.Production.json +++ b/OFBButte.Api/appsettings.Production.json @@ -3,6 +3,6 @@ "Environment": "Prod" }, "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}};" } }