github.com/erda-project/erda-infra@v1.0.9/providers/cassandra/examples/examples.yaml (about) 1 cassandra: 2 host: "${CASSANDRA_ADDR:localhost:9042}" 3 4 example: 5 session: 6 keyspace: 7 name: "system" 8 reconnection: 9 enable: ${SESSION_RECONNECTION:true} 10 check_interval: 10s 11 check_timeout: 5s