Skip to content

Instantly share code, notes, and snippets.

@masterT
Created April 14, 2015 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masterT/de13b1a2ffc5c773aca6 to your computer and use it in GitHub Desktop.
Save masterT/de13b1a2ffc5c773aca6 to your computer and use it in GitHub Desktop.
Rails database configuration sample
default: &default
adapter: mysql2
encoding: utf8mb4
username: root
password:
host: 127.0.0.1
port: 3306
development:
<<: *default
database: kimoby-rails-development
test:
<<: *default
database: kimoby-rails-test
production:
<<: *default
database: kimoby-rails-production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment