config.py 428 Bytes
#user_db_name = "web_forecast_7"
user_db_name = "qwer"
db_postgres_connection = dict(host="localhost",database=user_db_name, user="postgres", password="postgres")
redis_connection = dict(host='localhost', port=6379, db=0, password=None)
OCM_MQ = dict(
    HOST = 'evolution.emercit.com',
    PORT = 5672,
    VIRTUAL_HOST = 'ocm',
    EXCHANGE = 'monitoring',
    USER = 'emercit',
    PASSWORD = 'xfnLAW5pff3RpNFh')