sledgemapper/Sledgemapper.Api/appsettings.json
2021-02-20 00:18:07 +00:00

16 lines
No EOL
408 B
JSON

{
"JwtConfig": {
"Secret": "ALy9zGFVZBza9cju458dVC2rBdwPqfb7"
},
"ConnectionStrings": {
"WebApiDatabase": "ENTER PRODUCTION SQL SERVER CONNECTION STRING HERE"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}