From e96633324ac2d1c7b0410b02c8bcd3bf3583769b Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sat, 11 Apr 2020 08:49:13 +0200 Subject: [PATCH] Switch to HTTPS --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 2962e47..46dfa52 100644 --- a/config.json +++ b/config.json @@ -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",