Explorar el Código

CI: set graphite tagdb to redis explicitly

Nick Babcock hace 6 años
padre
commit
2069d2b172
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      ci/local_settings.py

+ 1 - 0
ci/local_settings.py

@@ -1,3 +1,4 @@
+TAGDB = 'graphite.tags.redis.RedisTagDB'
 TAGDB_REDIS_HOST = 'redis'
 TAGDB_REDIS_PORT = 6379
 TAGDB_REDIS_DB = 0