17 lines
629 B
JSON
17 lines
629 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DbConnectionMSSQL": "Server=(localdb)\\mssqllocaldb;Database=BlazorPolicyAuthDb;Trusted_Connection=True;MultipleActiveResultSets=true",
|
|
"DbConnectionSQLITE": "Data Source=blazorpolicyauth.db"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"AppSettings" : {
|
|
"Token": "my top secret key my top secret key my top secret key my top secret key my top secret key my top secret key my top secret key my top secret key my top secret key my top secret key my top secret key my top secret key"
|
|
}
|
|
}
|