port {DEPLOY_PORT}
dir {DEPLOY_LOCATION}
sentinel monitor {MASTER_NAME} {MASTER_IP} {MASTER_PORT} {QUORUM}

# Default is 30 seconds.
sentinel down-after-milliseconds mymaster 30000
sentinel parallel-syncs mymaster 1

# Default is 3 minutes.
sentinel failover-timeout mymaster 180000
