2024-05-08 13:40:58 +02:00

13 lines
242 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"SERVER_PORT": 6080,
"LIVEKIT_API_KEY": "devkey",
"LIVEKIT_API_SECRET": "secret"
}