Guest User

Untitled

a guest
Sep 5th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. DB_CONNECTION=pgsql
  2. DB_HOST=127.0.0.1
  3. DB_PORT=5432
  4. DB_DATABASE=p1
  5. DB_USERNAME=postgres
  6. DB_PASSWORD=123456tuyyo
  7.  
  8. 'default' => env('DB_CONNECTION', 'pgsql'),
Add Comment
Please, Sign In to add comment