Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. 2.2.3 :003 > config['development']['database']
  2. => "customers_db_development"
  3. 2.2.3 :004 > config['test']['database']
  4. => "customers_db_test"
  5. 2.2.3 :005 > config['production']['database']
  6. => "customers_db_production"
  7. 2.2.3 :006 >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement