12 lines
253 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"SERVER_PORT": 5000,
"OPENVIDU_URL": "http://localhost:4443/",
"OPENVIDU_SECRET": "MY_SECRET"
}