Onenrico

database.yml

Aug 5th, 2017
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.17 KB | None | 0 0
  1. # Type Available : mysql or sqlite
  2.  
  3. database:
  4.   type: 'sqlite'
  5.   hostname: 'localhost'
  6.   port: '3306'
  7.   database: 'database'
  8.   user: 'user'
  9.   password: 'password'
Add Comment
Please, Sign In to add comment