Sha256: 98c407c27a192473325a69b39bb085903fc36a5d49c71d987153a47c44cd2ff8

Contents?: true

Size: 577 Bytes

Versions: 3

Compression:

Stored size: 577 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

logger:
  log_queue_info: false
  stdout_level: info
  logfile_level: info
  sentry_level: info
  sentry:
    dsn: null
    client_dsn: null

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
txcatcher-0.1.82 spec/config/config.yml.sample
txcatcher-0.1.81 spec/config/config.yml.sample
txcatcher-0.1.80 spec/config/config.yml.sample