Files
AdPlatform-Server/Registration/host.json
Grae Jones a6df344e80
All checks were successful
Registration / build-deploy (push) Successful in 20s
Clean up
2026-03-22 21:02:03 -07:00

31 lines
661 B
JSON

{
"version": "2.0",
"logging": {
"applicationInsights": {
"samplingSettings": {
"isEnabled": true,
"excludedTypes": "Request"
},
"enableLiveMetricsFilters": true
},
"logLevel": {
"default": "Information",
"Registration": "Information"
}
},
"extensions": {
"http": {
"routePrefix": "api",
"cors": {
"allowedOrigins": [
"https://register.positivespend.com",
"https://client.positivespend.com",
"http://localhost:3001"
],
"allowedHeaders": [ "*" ],
"allowedMethods": [ "GET", "POST", "OPTIONS" ]
}
}
}
}