CyberBloomBackend/CyberBoom/appsettings.json
Vitalick Kovalenko 63db345729
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 1m24s
Create and publish a Docker image / Deploy image (push) Successful in 36s
фиксы
2023-12-23 15:08:00 +03:00

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"
}