mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-19 08:05:16 +00:00
Switch to HTTPS
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"port": 3000,
|
"port": 3000,
|
||||||
"storageURL": "http://devweb.local/comunic/current/user_data/",
|
"storageURL": "https://devweb.local/comunic/current/user_data/",
|
||||||
"storagePath": "/home/pierre/Documents/projets_web/comunic/current/user_data/",
|
"storagePath": "/home/pierre/Documents/projets_web/comunic/current/user_data/",
|
||||||
"database": {
|
"database": {
|
||||||
"host": "localhost",
|
"host": "localhost",
|
||||||
@ -9,8 +9,8 @@
|
|||||||
"password": "pierre"
|
"password": "pierre"
|
||||||
},
|
},
|
||||||
|
|
||||||
"proxy": null,
|
"proxy": "127.0.0.1",
|
||||||
"force_clients_https": null,
|
"force_clients_https": true,
|
||||||
|
|
||||||
"rtc_relay": {
|
"rtc_relay": {
|
||||||
"ip": "::ffff:127.0.0.1",
|
"ip": "::ffff:127.0.0.1",
|
||||||
|
Reference in New Issue
Block a user