Guest User

Untitled

a guest
Nov 24th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. [database]
  2. ; This is the new database configuration section. It allows you to specify
  3. ; a single master database and unlimited slave databases
  4.  
  5. ; Adapter is shared across database adapters.
  6. adapter = pdo_mysql
  7.  
  8. ; Specify the master database. This is REQUIRED
  9. master.params.host = localhost
  10. master.params.username = root
  11. master.params.password = password
  12. master.params.dbname = memberfuse_saas
Add Comment
Please, Sign In to add comment