2019-11-21 15:28:48 +00:00
|
|
|
{
|
2019-11-21 17:06:50 +00:00
|
|
|
"port": 3000,
|
2020-04-11 06:49:13 +00:00
|
|
|
"storageURL": "https://devweb.local/comunic/current/user_data/",
|
2019-11-21 15:28:48 +00:00
|
|
|
"storagePath": "/home/pierre/Documents/projets_web/comunic/current/user_data/",
|
|
|
|
"database": {
|
|
|
|
"host": "localhost",
|
|
|
|
"dbName": "comunic",
|
|
|
|
"user": "pierre",
|
|
|
|
"password": "pierre"
|
2020-04-10 06:54:27 +00:00
|
|
|
},
|
|
|
|
|
2020-04-11 06:49:13 +00:00
|
|
|
"proxy": "127.0.0.1",
|
|
|
|
"force_clients_https": true,
|
2020-04-10 06:54:27 +00:00
|
|
|
|
|
|
|
"rtc_relay": {
|
2020-04-10 07:46:44 +00:00
|
|
|
"ip": "::ffff:127.0.0.1",
|
2020-04-10 08:05:10 +00:00
|
|
|
"token": "SecretToken",
|
|
|
|
"iceServers": [
|
|
|
|
"stun:stun.l.google.com:19302"
|
2020-04-10 09:05:30 +00:00
|
|
|
],
|
|
|
|
"maxUsersPerCalls": 3,
|
|
|
|
"allowVideo": true
|
2019-11-21 15:28:48 +00:00
|
|
|
}
|
|
|
|
}
|