Files
BimAI/BimAI.UI.Web/appsettings.Production.json
2025-11-21 14:09:06 +01:00

16 lines
193 B
JSON

{
"GoogleAuth": {
"ClientId": ""
},
"ApiSettings": {
"BaseUrl": ""
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://0.0.0.0:7143"
}
}
}
}