alerta-contrib/pubsub/logger2/settings.py
2014-08-11 20:44:54 +01:00

13 lines
No EOL
211 B
Python

DEBUG = False
TIMEOUT = 86400
TIME_ZONE = "Europe/London"
AMQP_QUEUE = ""
AMQP_TOPIC = "notify"
AMQP_URL = "amqp://guest:guest@localhost:5672//"
ES_URL = "http://localhost:9200"
ES_INDEX = "alerta-%Y.%m.%d"