Skip to content

Commit

Permalink
Fix inconsistent public register enabled default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
benhutchins committed Feb 18, 2017
1 parent 6e597d6 commit ebc6230
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conf/taiga/local.py
Expand Up @@ -10,6 +10,6 @@

from .docker import *

PUBLIC_REGISTER_ENABLED = True
PUBLIC_REGISTER_ENABLED = False
DEBUG = False
TEMPLATE_DEBUG = False
4 changes: 4 additions & 0 deletions docker-compose.yml
Expand Up @@ -13,6 +13,10 @@ services:
# this way uploaded files are not lost during upgrades of the taiga image
- ./media:/usr/src/taiga-back/media

# If you'd like to store the configuration outside of the container,
# uncomment this volume. This allows for easy changes to the configuration.
# - ./conf/taiga:/taiga

# - ./ssl.crt:/etc/nginx/ssl/ssl.crt:ro # To enable SSL, uncomment this line
# - ./ssl.key:/etc/nginx/ssl/ssl.key:ro # To enable SSL, uncomment this line
environment:
Expand Down

0 comments on commit ebc6230

Please sign in to comment.