Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. production:
  2. adapter: mysql2
  3. encoding: utf8
  4. reconnect: false
  5. database: app-web_production
  6. pool: 5
  7. username: awsrds
  8. password: blah-blah
  9. host: blah-blah.rds.amazonaws.com
  10.  
  11. $i++;
  12. $cfg['Servers'][$i]['host'] = 'blah-blah.rds.amazonaws.com';
  13. $cfg['Servers'][$i]['user'] = 'awsrds';
  14. $cfg['Servers'][$i]['password'] = 'blahblah';
  15. $cfg['Servers'][$i]['auth_type'] = 'config';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement