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

9 lines
180 B
JSON
Raw Normal View History

2025-11-21 14:09:06 +01:00
{
"GoogleAuth": {
2025-11-21 16:37:47 +01:00
"ClientId": "896226687615-rhmqk06t1hvll1hh2gtje2u6nbadtras.apps.googleusercontent.com"
2025-11-21 14:09:06 +01:00
},
"ApiSettings": {
"BaseUrl": "http://localhost:7142"
}
}