From 0005d9c111e752a71f1849630a75bf5021d48491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 15 Feb 2024 19:05:49 +0100 Subject: [PATCH] Update .env --- conf/.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/.env b/conf/.env index 14b7ff3..4a6533a 100644 --- a/conf/.env +++ b/conf/.env @@ -4,8 +4,8 @@ SECRET_PASSWORD=__PASSWORD__ # The base url where this instance is accessible, including the scheme. # Example: https://example.com -NEXT_PUBLIC_BASE_URL=http://__DOMAIN__ -NEXT_PUBLIC_APP_BASE_URL=http://__DOMAIN__ +NEXT_PUBLIC_BASE_URL=https://__DOMAIN__ +NEXT_PUBLIC_APP_BASE_URL=https://__DOMAIN__ # A connection string to your Postgres database DATABASE_URL="postgres://__DB_USER__:__DB_PWD__@127.0.0.1:5432/__DB_NAME__?sslmode=disable\&connect_timeout=10" @@ -29,4 +29,4 @@ SMTP_PWD=__MAIL_PWD__ # Comma separated list of email addresses that are allowed to register and login. # You can use wildcard syntax to match a range of email addresses. # Example: "john@example.com,jane@example.com" or "*@example.com" -ALLOWED_EMAILS= +ALLOWED_EMAILS=*@__DOMAIN__