Sha256: f07379a54dd2facfb4319412282041a31760502fc0abb3d492318aa267b8e051

Contents?: true

Size: 609 Bytes

Versions: 8

Compression:

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

zeromq: bitcoind
max_db_transactions_stored: 10
max_blocks_in_memory: 100
db_clean_period_seconds: 300
protected_transactions: true
host: localhost
environment: development
currency: bitcoin

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
txcatcher-0.2.14 spec/config/config.yml.sample
txcatcher-0.2.12 spec/config/config.yml.sample
txcatcher-0.2.11 spec/config/config.yml.sample
txcatcher-0.2.10 spec/config/config.yml.sample
txcatcher-0.2.9 spec/config/config.yml.sample
txcatcher-0.2.8 spec/config/config.yml.sample
txcatcher-0.2.6 spec/config/config.yml.sample
txcatcher-0.2.4 spec/config/config.yml.sample