Skip to content

Instantly share code, notes, and snippets.

@yamaaki
Created August 10, 2015 15:20
Show Gist options
  • Save yamaaki/be15ee794403d03f82d3 to your computer and use it in GitHub Desktop.
Save yamaaki/be15ee794403d03f82d3 to your computer and use it in GitHub Desktop.
octopus:
replicated : true
environments:
- development
development:
m01:
host : localhost
adapter : mysql2
database: basic_app_development
s01:
s0101:
host : localhost
adapter : mysql2
database: basic_app_development
test:
m01:
host : localhost
adapter : mysql2
database: basic_app_test
s01:
s0101:
host : localhost
adapter : mysql2
database: basic_app_test
production:
m01:
host : localhost
adapter : mysql2
database: basic_app_production
s01:
s0101:
host : localhost
adapter : mysql2
database: basic_app_production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment