1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-24 22:39:21 +00:00

Switch to HTTPS

This commit is contained in:
Pierre HUBERT 2020-04-11 08:49:13 +02:00
parent 6e4fd90adb
commit e96633324a

View File

@ -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",