Guest User

Untitled

a guest
Jun 1st, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #RENAME THIS TO config.rb
  2. require 'dis'
  3. DIS_RUNTIME = Dis::Runtime.new(:development) do
  4. #do ONE of these formats
  5. #database "mysql://root@localhost/dis_development"
  6. database(
  7. {
  8. :adapter=>'mysql',
  9. :host=>'localhost',
  10. :database=>'dis_qa',
  11. :user=>'root',
  12. :password => '1111'
  13. }
  14. )
  15. end
Add Comment
Please, Sign In to add comment