2021-11-24 03:40:30 +02:00
|
|
|
{
|
2022-01-22 00:48:34 +02:00
|
|
|
"ConnectionStrings": {
|
|
|
|
"DatabaseConnection": "Data Source={Workspace}\\TesterDb.db"
|
2022-01-22 01:54:19 +02:00
|
|
|
//"DatabaseConnection": "***REMOVED***"
|
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/"
|
|
|
|
"BaseAddress": "https://toodle.ddns.net/identity-server-api/"
|
|
|
|
}
|
|
|
|
}
|