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.
22 lines
609 B
22 lines
609 B
3 months ago
|
{
|
||
|
"Logging": {
|
||
|
"LogLevel": {
|
||
|
"Default": "Information",
|
||
|
"Microsoft": "Warning",
|
||
|
"Microsoft.Hosting.Lifetime": "Information"
|
||
|
}
|
||
|
},
|
||
|
"ConnectionStrings": {
|
||
|
|
||
|
"TESODB1": "Server=BarhenWin\\SQLExpress;Database=TESO;User ID = TesoDev;Password=Teso;",
|
||
|
"TESODB2": "Server=162.0.230.40;Database=TESO;User ID=testovyy;Password=polzovatel;",
|
||
|
"TESODB": "Server=127.0.0.1;Database=TESO;User ID=testovyy;Password=polzovatel;"
|
||
|
},
|
||
|
"AllowedHosts": "*",
|
||
|
"JWT": {
|
||
|
"Key": "@@BACWARESPARENTECH2020BARHENDEV??//##$",
|
||
|
"Issuer": "TESO AUTH SERVER",
|
||
|
"Audience": "TESO"
|
||
|
}
|
||
|
}
|