2025-01-02 15:10:52 -05:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Database": {
|
|
|
|
"ConnectionString": "Host=workstation;Port=5432;Database=digital-operations;Username=planb;Password=-mbd2018-"
|
|
|
|
},
|
|
|
|
"JwtBearer": {
|
2025-01-05 00:34:00 -05:00
|
|
|
"Authority": "https://login-planb.openharbor.io/realms/digital-ops"
|
2025-01-02 15:10:52 -05:00
|
|
|
}
|
|
|
|
}
|