31 lines
661 B
JSON
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" ]
|
|
}
|
|
}
|
|
}
|
|
}
|