EnvronmentManagement/ManagementPage/ManagementPage/appsettings.Development.json
Simon Maddocks a9e1baf7c3
All checks were successful
continuous-integration/drone/push Build is passing
Update injection of values to frontend
2021-10-03 02:08:31 +01:00

18 lines
353 B
JSON

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"mongodb": {
"uri": "mongodb://192.168.0.159:27017"
},
"oidc": {
"region": "openid-connect",
"clientid": "51m0n-temperature",
"clientsecret": "577b32ae-d36e-42ec-b6a2-92025dc16619"
}
}