Introduced SSL_ENABLED flag

This commit is contained in:
2025-12-02 13:51:22 +01:00
parent 5b18f39ccd
commit 4b5ba892ba
7 changed files with 15 additions and 12 deletions

View File

@@ -6,11 +6,11 @@
# Please refer to our documentation to see all possible variables:
# https://www.openproject.org/docs/installation-and-operations/configuration/environment/
#
OPENPROJECT_HTTPS={{ WEB_PORT == 443 | string | lower }}
OPENPROJECT_HTTPS={{ SSL_ENABLED | bool | string | lower }}
OPENPROJECT_HOST__NAME={{ domains | get_domain(application_id) }}
OPENPROJECT_RAILS__RELATIVE__URL__ROOT=
IMAP_ENABLED=false
OPENPROJECT_HSTS={{ WEB_PORT == 443 | string | lower }}
OPENPROJECT_HSTS={{ SSL_ENABLED | bool | string | lower }}
RAILS_CACHE_STORE: "memcache"
OPENPROJECT_CACHE__MEMCACHE__SERVER: "cache:11211"
OPENPROJECT_RAILS__RELATIVE__URL__ROOT: ""