Sha256: e3b4b3abd5d3ae68276015ca31fca74d2571604b2fccaf60319cef6cf9a8cad8

Contents?: true

Size: 784 Bytes

Versions: 7

Compression:

Stored size: 784 Bytes

Contents

process:
  daemon: false
  pid_dir: "./tmp/watchd_pids"

db:
  host: localhost
  port: 27017
  username: 
  password: 
  database: tengine_production

event_queue:
  connection:
    host: localhost
    port: 5672
    vhost: '/'
    user: 'guest'
    pass: 'guest'
    logging: false
    insist: false
    auto_reconnect_delay: 1
  exchange:
    name: 'tengine_event_exchange'
    type: 'direct'
    durable: true
  queue:
    name: 'tengine_event_queue'
    durable: true

log_common:
  output: 
  rotation: 3
  rotation_size: 1024 * 1024
  level: 'debug'

application_log:
  output: 
  rotation: 
  rotation_size: 
  level: 

process_stdout_log:
  output: STDOUT
  rotation: 
  rotation_size: 
  level: 

process_stderr_log:
  output: STDERR
  rotation: 
  rotation_size: 
  level: 

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tengine_resource-1.2.2 config/watchd.yml.erb.example
tengine_resource-1.2.1 config/watchd.yml.erb.example
tengine_resource-1.2.0 config/watchd.yml.erb.example
tengine_resource-1.1.0 config/watchd.yml.erb.example
tengine_resource-0.5.15 config/watchd.yml.erb.example
tengine_resource-0.5.14 config/watchd.yml.erb.example
tengine_resource-0.5.13 config/watchd.yml.erb.example