remove default logs_db config
This commit is contained in:
parent
13254dddfb
commit
a1fcf4995b
|
@ -18,7 +18,7 @@ module Travis
|
|||
assets: { host: HOSTS[Travis.env.to_sym] },
|
||||
amqp: { username: 'guest', password: 'guest', host: 'localhost', prefetch: 1 },
|
||||
database: { adapter: 'postgresql', database: "travis_#{Travis.env}", encoding: 'unicode', min_messages: 'warning', variables: { statement_timeout: 10_000 } },
|
||||
logs_database: { adapter: 'postgresql', database: "travis_logs_#{Travis.env}", encoding: 'unicode', min_messages: 'warning', variables: { statement_timeout: 10_000 } },
|
||||
# logs_database: { adapter: 'postgresql', database: "travis_logs_#{Travis.env}", encoding: 'unicode', min_messages: 'warning', variables: { statement_timeout: 10_000 } },
|
||||
s3: { access_key_id: '', secret_access_key: '' },
|
||||
pusher: { app_id: 'app-id', key: 'key', secret: 'secret' },
|
||||
sidekiq: { namespace: 'sidekiq', pool_size: 1 },
|
||||
|
|
Loading…
Reference in New Issue
Block a user