netmash/NDB.Test.Api/appsettings.json

19 lines
543 B
JSON
Raw Normal View History

{
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"
"DatabaseConnection": "Data Source={Workspace}\\NDB_TESTER.db"
2022-01-22 00:48:34 +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/"
}
}