Files
BimAI/BimAI.API/appsettings.Development.json

22 lines
767 B
JSON
Raw Normal View History

2025-11-21 14:09:06 +01:00
{
"ConnectionStrings": {
2025-11-21 16:37:47 +01:00
"DefaultConnection": "Server=localhost,1433;Database=bimai;User Id=sa;Password=BimAI_SA_2025x@;TrustServerCertificate=True;Encrypt=False",
"HangfireConnection": "Server=localhost,1433;Database=bimai;User Id=sa;Password=BimAI_SA_2025x@;TrustServerCertificate=True;Encrypt=False"
2025-11-21 14:09:06 +01:00
},
"E5_CRM": {
"ApiKey": "7e50a8a5-f01f-4fbc-8c1b-59f3fc474bb5"
},
2025-11-28 15:11:56 +01:00
"TWINPOL_CRM": {
"ApiKey": "d68dac4c-f784-4e1b-8267-9ffcfa0eda4c"
},
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
},
"JwtSettings": {
"SecretKey": "BimAISuperSecretKeyThatMustBeAtLeast32CharactersLong123456789"
},
"Hangfire": {
"ServerName": "BimAI-Development"
}
}