Advertisement
Guest User

Untitled

a guest
Jan 19th, 2016
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. **************************************
  2. * Application In Production! *
  3. **************************************
  4.  
  5. Do you really wish to run this command? [y/N] (yes/no) [no]:
  6. > y
  7.  
  8. [PDOException]
  9. SQLSTATE[08006] [7] FATAL: password authentication failed for user "postgres"
  10.  
  11. APP_ENV=local
  12. APP_DEBUG=true
  13. APP_KEY=wmcMEELqzorMNnDAAICqncZC1Jtzjl3U
  14.  
  15. DB_HOST=localhost
  16. DB_DATABASE=opentrip
  17. DB_USERNAME=postgres
  18. DB_PASSWORD=likerainbow
  19.  
  20. CACHE_DRIVER=file
  21. SESSION_DRIVER=file
  22. QUEUE_DRIVER=sync
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement