forked from CyberBloom/CyberBloomBackend
13 lines
276 B
JSON
13 lines
276 B
JSON
{
|
|
"https_port": 7223,
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
|
|
"CONNECTION_STRING": "Host=localhost; Database=CyberBoomWellBeing; Username=postgres; Password=supper_password_123"
|
|
|
|
}
|