Guest User

Untitled

a guest
Dec 12th, 2020
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. //migrations-db.php
  2. return [
  3.     'dbname' => 'user1',
  4.     'user' => 'root',
  5.     'password' => 'root',
  6.     'host' => 'localhost',
  7.     'driver' => 'pdo_mysql',
  8. ];
Advertisement
Add Comment
Please, Sign In to add comment