Advertisement
Guest User

.env

a guest
Oct 28th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. APP_NAME="Baú dos Sonhos"
  2. APP_ENV=local
  3. APP_KEY=base64:DE6TjiJ/FkyS8vAY+jzZ96SOHLZAT0DpqaJdLX7JTmY=
  4. APP_DEBUG=true
  5. APP_URL=http://web:8181
  6.  
  7. LOG_CHANNEL=stack
  8.  
  9. DB_CONNECTION=pgsql
  10. DB_HOST=postgres
  11. DB_PORT=5432
  12. DB_DATABASE=postgres
  13. DB_TEST_DATABASE=postgrestesting
  14. DB_USERNAME=postgres
  15. DB_PASSWORD=pg!fcp
  16.  
  17. BROADCAST_DRIVER=log
  18. CACHE_DRIVER=file
  19. QUEUE_CONNECTION=sync
  20. SESSION_DRIVER=file
  21. SESSION_LIFETIME=120
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement