Sha256: b2e02974361c52318f6602fc6b8804b31966554cee19c93e04c2262f4147c43e
Contents?: true
Size: 472 Bytes
Versions: 1
Compression:
Stored size: 472 Bytes
Contents
# api role 'prod-api-redis', 'stag-api-redis' role 'prod-api-resque', 'stag-api-resque' do inherits 'prod-api-app' set 'workers', 8 end role 'prod-api-app', 'stag-api-app' do role_list ['base','api_app'] set 'application', 'api' set 'deploy_code', true set 'repository', 'git@github.com:br/api.git' set 'scout', { 'key' => 'abc', 'gems' => { 'redis' => nil } } set 'relayhost', settings['sendgrid']['relayhost'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rna-0.2.4 | spec/project/config/rna/api.rb |