1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-30 07:13:41 +02:00
vroom/signalmaster/dev_config.json.sample

22 lines
450 B
Plaintext
Raw Normal View History

2014-04-03 17:42:54 +02:00
{
"isDev": false,
2014-05-30 12:01:34 +02:00
"logLevel": 3,
2014-04-03 17:42:54 +02:00
"server": {
"port": 8888
},
2014-05-30 12:01:34 +02:00
/*"stunservers" : [
{"url": "stun:stun.l.google.com:19302"}
],
"turnservers" : [
{ "url": "turn:your.turn.server.here",
"secret": "turnserversharedsecret"
"expiry": 86400 }
]*/
2014-04-03 17:42:54 +02:00
"mysql": {
"server": "localhost",
"database": "vroom",
"user": "vroom",
"password": "vroom"
}
}