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__