Initial import into Gitea
This commit is contained in:
29
Registration/host.json
Normal file
29
Registration/host.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"version": "2.0",
|
||||
"logging": {
|
||||
"applicationInsights": {
|
||||
"samplingSettings": {
|
||||
"isEnabled": true,
|
||||
"excludedTypes": "Request"
|
||||
},
|
||||
"enableLiveMetricsFilters": true
|
||||
},
|
||||
"logLevel": {
|
||||
"default": "Information",
|
||||
"Registration": "Information"
|
||||
}
|
||||
},
|
||||
"extensions": {
|
||||
"http": {
|
||||
"routePrefix": "api",
|
||||
"cors": {
|
||||
"allowedOrigins": [
|
||||
"https://adpregist.usimdev.com",
|
||||
"http://localhost:3001"
|
||||
],
|
||||
"allowedHeaders": [ "*" ],
|
||||
"allowedMethods": [ "GET", "POST", "OPTIONS" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user