16 lines
No EOL
408 B
JSON
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": "*"
|
|
} |