15 lines
344 B
JSON
15 lines
344 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Database": {
|
|
"ConnectionString": "Host=workstation;Port=5432;Database=digital-operations;Username=planb;Password=-mbd2018-"
|
|
},
|
|
"JwtBearer": {
|
|
"Authority": "https://login-planb.openharbor.io/realms/plan-b"
|
|
}
|
|
}
|