Files
BimAI/BimAI.UI.Web/appsettings.Production.json

16 lines
193 B
JSON
Raw Permalink Normal View History

2025-10-12 20:17:33 +02:00
{
2025-11-21 14:09:06 +01:00
"GoogleAuth": {
"ClientId": ""
2025-10-12 20:17:33 +02:00
},
"ApiSettings": {
2025-11-21 14:09:06 +01:00
"BaseUrl": ""
2025-10-12 20:17:33 +02:00
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://0.0.0.0:7143"
}
}
}
2025-11-21 14:09:06 +01:00
}