update backend environments

This commit is contained in:
2023-01-07 13:12:35 +01:00
parent 7b6f86119c
commit d57014f12e
3 changed files with 25 additions and 11 deletions

View File

@@ -8,15 +8,15 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"SQLDatabase": "Server=tcp:127.0.0.1,1433;Initial Catalog=diuna;Persist Security Info=False;User ID=SA;Password=v](8Lc|RfG;MultipleActiveResultSets=False;Encrypt=False;TrustServerCertificate=False;Connection Timeout=30;"
"SQLDatabase": "#{db-connection-string}#"
},
"GoogleCLientId": "107631825312-bkfe438ehr9k9ecb2h76g802tj6advma.apps.googleusercontent.com",
"Secret": "8393AF8EAEF8478CB738D44858690F9C7E2D19F65896DD9FBAA3EB2A6F493E80",
"apiKey": "9ecb2h76g802tF65896DD9FBAA3EB2A6F493",
"GoogleClientId": "#{google-backend-login-client-id}#",
"Secret": "#{google-backend-login-secret}#",
"apiKey": "#{api-key}#",
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:5400"
"Url": "#{api-local-url}#"
}
}
}