Add environment variable

Instead of forcing the user to search available environment variables inside the docker config, it is appropriate to add a commented version of the key-value pairs.
This commit is contained in:
Shirshak
2022-03-30 14:51:00 +05:45
committed by Oliver Günther
parent 961926294a
commit 50f5ed0b1c

View File

@@ -6,6 +6,7 @@
# Please refer to our documentation to see all possible variables:
# https://www.openproject.org/docs/installation-and-operations/configuration/environment/
#
TAG=12
HTTPS=false
OPENPROJECT_HOST__NAME=localhost
PORT=127.0.0.1:8080
@@ -14,3 +15,5 @@ IMAP_ENABLED=false
DATABASE_URL=postgres://postgres:p4ssw0rd@db/openproject?pool=20&encoding=unicode&reconnect=true
RAILS_MIN_THREADS=4
RAILS_MAX_THREADS=16
PGDATA="/var/lib/postgresql/data"
OPDATA="/var/openproject/assets"