Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. 'db' => [
  2. 'table_prefix' => '',
  3. 'connection' => [
  4. 'default' => [
  5. 'host' => 'localhost',
  6. 'dbname' => 'xxxx',
  7. 'username' => 'xxx',
  8. 'password' => 'xxxxx',
  9. 'active' => 'x'
  10. ]
  11. ]
  12. ],
  13. 'resource' => [
  14. 'default_setup' => [
  15. 'connection' => 'default'
  16. ]
  17. ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement