Sha256: 997a89db23f98902257caf8c1322a5b946fe3a38875731f656908ac05f4402ec

Contents?: true

Size: 767 Bytes

Versions: 5

Compression:

Stored size: 767 Bytes

Contents

config:
  heartbeart_threshold: 10
  delay_threshold_secs: 360
  row_difference_threshold: 10

# You can also set username/passwords here,
# so you don't have to repeat them.
#
# users:
#  ro_user: 
#    username: ro_user
#    password: secret
#  heartbeat_user: 
#    username: heartbeat_user
#    password: secret
#  replication_user: 
#    username: repl_user
#    password: secret


database_01:
  master:
    password: test_pass
    username: read_only_user
    adapter:  mysql
    database: db01
    host:     db1.somehost.com
    port:     3306
    socket:   /tmp/mysql.sock

  slave:
    password: test_pass
    username: read_only_user
    adapter:  mysql
    database: db01
    host:     localhost
    port:     3307
    socket:   /var/lib/mysql/db01.sock

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
reptile-0.1.2 reptile.yml.sample
reptile-0.1.1 reptile.yml.sample
reptile-0.1.0 replication.yml.sample
reptile-0.0.6 replication.yml.sample
reptile-0.0.5 replication.yml.sample