1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-22 13:29:22 +00:00
comunicapiv2/config.json

19 lines
392 B
JSON
Raw Normal View History

2019-11-21 15:28:48 +00:00
{
2019-11-21 17:06:50 +00:00
"port": 3000,
2019-11-21 15:28:48 +00:00
"storageURL": "http://devweb.local/comunic/current/user_data/",
"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
},
"proxy": null,
"force_clients_https": null,
"rtc_relay": {
2020-04-10 07:46:44 +00:00
"ip": "::ffff:127.0.0.1",
2020-04-10 06:54:27 +00:00
"token": "SecretToken"
2019-11-21 15:28:48 +00:00
}
}