Sha256: 572722b0c42978261ce98c5cec0a9f1da48534cda3dd253eaf7998cea5986738

Contents?: true

Size: 580 Bytes

Versions: 3

Compression:

Stored size: 580 Bytes

Contents

db:
  adapter: sqlite
  db_path: txcatcher.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: warn
  sentry_level: error
  sentry:
    dsn: null
    client_dsn: null

zeromq: bitcoind
max_db_transactions_stored: 100000
db_clean_period_seconds: 300
server_port: 9498
daemonize: false
environment: production

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
txcatcher-0.1.82 templates/config.yml
txcatcher-0.1.81 templates/config.yml
txcatcher-0.1.80 templates/config.yml