Skip to content

Instantly share code, notes, and snippets.

@kennethjohnbalgos
Created December 19, 2016 01:51
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 kennethjohnbalgos/c5e36d8594f521c9ade3427bbbf9d098 to your computer and use it in GitHub Desktop.
Save kennethjohnbalgos/c5e36d8594f521c9ade3427bbbf9d098 to your computer and use it in GitHub Desktop.
lms-app/config/database.yml
development:
adapter: mysql2
encoding: utf8
reconnect: false
database: lms_dev
pool: 5
username: root
password: admin
host: 127.0.0.1
test:
adapter: mysql2
encoding: utf8
reconnect: false
database: lms_test
pool: 5
username: root
password: admin
host: 127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment