api.auth/src/Robware.Api.Auth/appsettings.json
2020-04-12 13:50:39 +01:00

20 lines
327 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://0.0.0.0:5003"
}
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"database": "<DatabaseConnectionString>"
}
}