Sha256: 6cefe9a97f0dbd94cdd87aaa11f395694b67b1ccd24b938d5003f7c8cff2d413

Contents?: true

Size: 410 Bytes

Versions: 12

Compression:

Stored size: 410 Bytes

Contents

db:
  adapter: sqlite
  db_path: txcatcher_test.db

  # No need to set these options for sqlite,
  # but other DBs may require them.
  #
  #user: username
  #password: password
  #host: hostname
  #port: 1234

rpcnode:
  name: bitcoind
  user: user
  password: password
  host: 127.0.0.1
  port: 8332

# zeromq: bitcoind
max_db_transactions_stored: 10
db_clean_period_seconds: 300
protected_transactions: true

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
txcatcher-0.1.79 spec/config/config.yml.sample
txcatcher-0.1.78 spec/config/config.yml.sample
txcatcher-0.1.77 spec/config/config.yml.sample
txcatcher-0.1.76 spec/config/config.yml.sample
txcatcher-0.1.75 spec/config/config.yml.sample
txcatcher-0.1.74 spec/config/config.yml.sample
txcatcher-0.1.73 spec/config/config.yml.sample
txcatcher-0.1.72 spec/config/config.yml.sample
txcatcher-0.1.8 spec/config/config.yml.sample
txcatcher-0.1.71 spec/config/config.yml.sample
txcatcher-0.1.7 spec/config/config.yml.sample
txcatcher-0.1.6 spec/config/config.yml.sample