Expose more environment variables for Docker image

This commit is contained in:
Frederic Guillot
2016-03-12 17:27:35 -05:00
parent 705e1264be
commit aa722538a9
2 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ env[DATABASE_URL] = $DATABASE_URL
env[DEBUG] = $DEBUG
env[DEBUG_FILE] = $DEBUG_FILE
env[ENABLE_SYSLOG] = $ENABLE_SYSLOG
env[LDAP_PORT_389_TCP_ADDR] = $LDAP_PORT_389_TCP_ADDR
env[LDAP_PORT_389_TCP_PORT] = $LDAP_PORT_389_TCP_PORT
catch_workers_output = yes
user = nginx