Sha256: 9f346dab41c7bf157c9eae0c7fbf08d144ef8e3955d28bfecbde791e41f7b4ac
Contents?: true
Size: 602 Bytes
Versions: 3
Compression:
Stored size: 602 Bytes
Contents
# api role 'prod-api-redis', 'stag-api-redis' role 'prod-api-resque', 'stag-api-resque' do includes 'prod-api-app' node[:workers] = 8 end role 'prod-api-app', 'stag-api-app' do role_list ['base','api_app'] node[:application] = 'api' node[:deploy_code] = true node[:repository] = 'git@github.com:owner/repo.git/api.git' node[:database][:adapter] = "mysql" node[:database][:host] = "127.0.0.1" node[:database][:user] = "user" node[:database][:pass] = "pass" node[:scout][:key] = 'abc' node[:scout][:gems] = {'redis' => nil} node[:relayhost] = settings[:sendgrid][:relayhost] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rna-0.3.8 | spec/project/config/rna/api.rb |
rna-0.3.7 | spec/project/config/rna/api.rb |
rna-0.3.6 | spec/project/config/rna/api.rb |