This file contains 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
[application] | |
name = Atom packages | |
[configuration_files] | |
.atom/packages.list | |
; install by copying this file into | |
; ~/.mackup/atom-packages.cfg | |
; export packages from atom via |
This file contains 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
# after the local_settings import | |
BROKER_TRANSPORT = "redis" | |
BROKER_HOST = GONDOR_REDIS_HOST | |
BROKER_PORT = GONDOR_REDIS_PORT | |
BROKER_VHOST = "0" | |
BROKER_PASSWORD = GONDOR_REDIS_PASSWORD | |
CELERY_RESULT_BACKEND = "redis" | |
CELERY_REDIS_HOST = GONDOR_REDIS_HOST |