1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-28 09:49:18 +02:00
vroom/signalmaster/dev_config.json.sample
2014-05-30 12:01:34 +02:00

22 lines
450 B
Plaintext

{
"isDev": false,
"logLevel": 3,
"server": {
"port": 8888
},
/*"stunservers" : [
{"url": "stun:stun.l.google.com:19302"}
],
"turnservers" : [
{ "url": "turn:your.turn.server.here",
"secret": "turnserversharedsecret"
"expiry": 86400 }
]*/
"mysql": {
"server": "localhost",
"database": "vroom",
"user": "vroom",
"password": "vroom"
}
}