1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rallly_ynh.git synced 2024-09-03 20:16:16 +02:00

Update .env

This commit is contained in:
Éric Gaspar 2024-02-15 19:05:49 +01:00
parent 241f9e371e
commit 0005d9c111

View file

@ -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__