mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-22 05:19:22 +00:00
19 lines
385 B
JSON
19 lines
385 B
JSON
{
|
|
"port": 3000,
|
|
"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"
|
|
},
|
|
|
|
"proxy": null,
|
|
"force_clients_https": null,
|
|
|
|
"rtc_relay": {
|
|
"ip": "127.0.0.1",
|
|
"token": "SecretToken"
|
|
}
|
|
} |