Created
August 10, 2015 15:20
-
-
Save yamaaki/be15ee794403d03f82d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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