2021-11-24 03:40:30 +02:00
|
|
|
{
|
2022-01-22 00:48:34 +02:00
|
|
|
"ConnectionStrings": {
|
2022-11-22 18:11:19 +02:00
|
|
|
//"DatabaseConnection": "Server=#######;Database=#######;User Id=#######;Password=#######;MultipleActiveResultSets=true"
|
2023-01-12 01:07:04 +02:00
|
|
|
"DatabaseConnection": "Data Source={Workspace}\\Netmash_TESTER.db"
|
2022-01-22 00:48:34 +02:00
|
|
|
},
|
2021-11-24 03:40:30 +02:00
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
"IdentityServer": {
|
|
|
|
//"BaseAddress": "http://localhost:5063/"
|
2022-12-28 18:11:49 +02:00
|
|
|
"BaseAddress": "https://lab.code-rove.com/identity-server-api/"
|
2021-11-24 03:40:30 +02:00
|
|
|
}
|
|
|
|
}
|