From 4729af7ba420c6b27ba8241efb7ab1046eb498d6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 25 Nov 2021 17:55:33 +0100 Subject: [PATCH] Update .env --- conf/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/.env b/conf/.env index 65333a7..bd00fbd 100644 --- a/conf/.env +++ b/conf/.env @@ -1,9 +1,9 @@ #https://docs.commento.io/configuration/backend/#configuration-file # Set binding values -COMMENTO_ORIGIN=http://__DOMAIN__ +COMMENTO_ORIGIN=https://__DOMAIN__ COMMENTO_PORT=__PORT__ -COMMENTO_STATIC=__FINALPATH__/ +COMMENTO_STATIC=__FINALPATH__ # Set PostgreSQL settings COMMENTO_POSTGRES=postgres://__DB_USER__:__DB_PWD__@127.0.0.1:5432/__DB_NAME__?sslmode=disable