CyberBloomBackend/CyberBoom/appsettings.json
Vitalick Kovalenko 4ca6c0da9b
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 1m48s
Create and publish a Docker image / Deploy image (push) Successful in 35s
добавил логики
2023-12-23 12:06:50 +03:00

14 lines
300 B
JSON

{
"https_port": 7223,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"CONNECTION_STRING": "Host=localhost; Database=CyberBoomWellBeing; Username=postgres; Password=supper_password_123"
}