22 lines
369 B
JSON
22 lines
369 B
JSON
|
|
{
|
||
|
|
"Logging": {
|
||
|
|
"LogLevel": {
|
||
|
|
"Default": "Information",
|
||
|
|
"Microsoft.AspNetCore": "Warning",
|
||
|
|
"ControlCenter": "Debug"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"AllowedHosts": "*",
|
||
|
|
|
||
|
|
"Gateway": {
|
||
|
|
"WebSocketUrl": "ws://localhost:3271/ws",
|
||
|
|
"AuthToken": ""
|
||
|
|
},
|
||
|
|
|
||
|
|
"Cors": {
|
||
|
|
"AllowedOrigins": [
|
||
|
|
"http://localhost:4200",
|
||
|
|
"http://localhost:5000"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|