mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-02 23:49:14 +00:00
Introduced SSL_ENABLED flag
This commit is contained in:
@@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user