Environemnts refactor
All checks were successful
Build Docker Images / test (push) Successful in 1m19s
Build Docker Images / build-and-push (push) Successful in 1m34s

This commit is contained in:
Michał Zieliński
2025-11-12 11:59:11 +01:00
parent f7b9009215
commit fd39b72596
9 changed files with 79 additions and 72 deletions

View File

@@ -6,12 +6,6 @@
}
},
"AllowedHosts": "*",
"ApiSettings": {
"BaseUrl": "#{api-base-url}#"
},
"GoogleAuth": {
"ClientId": "#{google-auth-client-id}#"
},
"Kestrel": {
"Endpoints": {
"Http": {

View File

@@ -0,0 +1,10 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}