mirror of
https://github.com/lukevella/rallly-selfhosted.git
synced 2026-02-01 21:00:11 +01:00
Update config.env
This commit is contained in:
parent
e175ba27ee
commit
b954bb5c14
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
# A random 32-character secret key used to encrypt user sessions
|
# A random 32-character secret key used to encrypt user sessions
|
||||||
SECRET_PASSWORD=
|
SECRET_PASSWORD=
|
||||||
|
# Alternatively, you may provide a docker secrets file containing the SECRET_PASSWORD value
|
||||||
|
SECRET_PASSWORD_FILE=
|
||||||
# The base url where this instance is accessible, including the scheme.
|
# The base url where this instance is accessible, including the scheme.
|
||||||
# Example: https://example.com
|
# Example: https://example.com
|
||||||
NEXT_PUBLIC_BASE_URL=http://localhost:3000
|
NEXT_PUBLIC_BASE_URL=http://localhost:3000
|
||||||
@ -18,8 +20,12 @@ SMTP_PORT=25
|
|||||||
SMTP_SECURE=false
|
SMTP_SECURE=false
|
||||||
# The username (if auth is enabled on your SMTP server)
|
# The username (if auth is enabled on your SMTP server)
|
||||||
SMTP_USER=
|
SMTP_USER=
|
||||||
|
# Alternatively, you may provide a docker secrets file containing the SMTP_USER value (if auth is enabled on your SMTP server)
|
||||||
|
SMTP_USER_FILE=
|
||||||
# The password (if auth is enabled on your SMTP server)
|
# The password (if auth is enabled on your SMTP server)
|
||||||
SMTP_PWD=
|
SMTP_PWD=
|
||||||
|
# Alternatively, you may provide a docker secrets file containing the SMTP_PWD value (if auth is enabled on your SMTP server)
|
||||||
|
SMTP_PWD_FILE=
|
||||||
|
|
||||||
# OPTIONAL CONFIG
|
# OPTIONAL CONFIG
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user