Files
AdPlatform-Server/Gateway/appsettings.multiprovider.json
Grae Jones 8de463cd17
All checks were successful
Gateway / build-deploy (push) Successful in 2m34s
Revised Gateway
2026-03-22 07:50:04 -07:00

19 lines
371 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Auth": {
"AllowDevBypass": false,
"Microsoft": {
"TenantId": "891f98f1-ed34-42a1-9b6c-28b0554d92c2",
"ClientId": "154c9111-14a0-4c0f-8132-7bc68254a74e"
},
"Google": {
"ClientId": ""
}
}
}