All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 3s
14 lines
314 B
JSON
14 lines
314 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=agologum-net;Port=5432;Database=agologum;Username=agologum;Password=${POSTGRES_PASSWORD}"
|
|
},
|
|
"AllowedHosts": "*",
|
|
"https_port": 443
|
|
}
|