Files
BimAI/BimAI.UI.Web/appsettings.Production.json
Michał Zieliński 140ece8080
Some checks failed
Build Docker Images / build-and-push (push) Failing after 1m30s
WIP: build production images
2025-10-12 20:17:33 +02:00

22 lines
372 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ApiSettings": {
"BaseUrl": "#{api-base-url}#"
},
"GoogleAuth": {
"ClientId": "#{google-auth-client-id}#"
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://0.0.0.0:7143"
}
}
}
}