Created
November 15, 2017 22:27
-
-
Save adamwight/56393d2f2340594cc53d59f6ef0270e4 to your computer and use it in GitHub Desktop.
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
| # Score cache options | |
| score_caches: | |
| ores_redis: | |
| class: ores.score_caches.Redis | |
| host: null # Local | |
| port: 6379 # Default port | |
| scoring_systems: | |
| defaults: | |
| metrics_collector: local_logging # Don't try to connect graphite | |
| celery_queue: | |
| BROKER_URL: redis://localhost # Local | |
| CELERY_RESULT_BACKEND: redis://localhost # Local | |
| CELERYD_CONCURRENCY: 600 | |
| CELERYD_POOL: gevent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment