19 lines
549 B
JSON
19 lines
549 B
JSON
{
|
|
"ConnectionStrings": {
|
|
//"DatabaseConnection": "Server=#######;Database=#######;User Id=#######;Password=#######;MultipleActiveResultSets=true"
|
|
"DatabaseConnection": "Data Source={Workspace}\\Netmash_TESTER.db"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"IdentityServer": {
|
|
//"BaseAddress": "http://localhost:5063/"
|
|
"BaseAddress": "https://lab.code-rove.com/identity-server-api/"
|
|
}
|
|
}
|