Sha256: 5ce44c22232544fe7ab5c22a55278860e32006f1a29b3beb7b98d6be77dabfa0
Contents?: true
Size: 745 Bytes
Versions: 9
Compression:
Stored size: 745 Bytes
Contents
process: daemon: true pid_dir: "./tmp/pids" db: host: 'localhost' port: 27020 username: password: database: 'tengine_production' event_queue: connection: host: 'rabbitmq1' port: 5672 # vhost: # user: # pass: exchange: name: 'tengine_event_exchange' type: 'direct' durable: true queue: name: 'tengine_event_queue' durable: true log_common: rotation: 5 rotation_size: <%= 1024 * 1024 * 1024 %> level: 'info' application_log: output: "log/application.log" rotation: 'daily' level: 'debug' process_stdout_log: output: "log/stdout.log" level: 'warn' process_stderr_log: output: "log/stderr.log" level: 'info' app2_settings: foo app3_settings: foo: 10 bar: 20
Version data entries
9 entries across 9 versions & 1 rubygems