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,
|
||||
"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/",
|
||||
"database": {
|
||||
"host": "localhost",
|
||||
@ -9,8 +9,8 @@
|
||||
"password": "pierre"
|
||||
},
|
||||
|
||||
"proxy": null,
|
||||
"force_clients_https": null,
|
||||
"proxy": "127.0.0.1",
|
||||
"force_clients_https": true,
|
||||
|
||||
"rtc_relay": {
|
||||
"ip": "::ffff:127.0.0.1",
|
||||
|
Reference in New Issue
Block a user