You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
404 B
21 lines
404 B
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
|
|
"TESODB1": "---",
|
|
"TESODB2": "---",
|
|
"TESODB": "---"
|
|
},
|
|
"AllowedHosts": "*",
|
|
"JWT": {
|
|
"Key": "@@BACWARESPARENTECH2020BARHENDEV??//##$",
|
|
"Issuer": "TESO AUTH SERVER",
|
|
"Audience": "TESO"
|
|
}
|
|
}
|
|
|