Blame view

web/src/main/webapp/META-INF/autoconf/redis-config.yml 361 Bytes
mali authored
1 2 3
redis:
    gwNoSyncRedis :
        servers:
mali authored
4 5 6
            - ${redis.ufo.twemproxy.addresses}
        auth: ${redis.ufo.twemproxy.auth}
mali authored
7 8 9 10 11 12 13
    yohoNoSyncRedis :
        servers:
            - ${redis.notsync.twemproxy.addresses}
        auth: ${redis.notsync.twemproxy.auth}
        cleanMq:
            addresses:
                ${rabbit.cacheclean.producer.host}