Skip to content

Instantly share code, notes, and snippets.

@jacobwegner
jacobwegner / atom-packages.cfg
Last active October 17, 2015 19:19 — forked from damiankloip/atom-extra.cfg
Atom custom configuration
[application]
name = Atom packages
[configuration_files]
.atom/packages.list
; install by copying this file into
; ~/.mackup/atom-packages.cfg
; export packages from atom via
# 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