Created
August 28, 2016 10:21
-
-
Save xar/40adad2d0320a1734040393889f5c3ff to your computer and use it in GitHub Desktop.
Remove register option from sentry in docker.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker exec -it sentry_container_id bash | |
echo "SENTRY_FEATURES['auth:register'] = False" >> /etc/sentry/sentry.conf.py | |
restart container |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment