Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. APP_ENV=local
  2. APP_DEBUG=true
  3. APP_KEY=base64:5s3O4qdF1qdELKK2mRG31eV1q6ZCvmgtvMBm6S3om2w=
  4. APP_LOG_LEVEL=debug
  5. APP_URL=http://cdn.loc
  6.  
  7. DB_CONNECTION=mysql
  8. DB_HOST=127.0.0.1
  9. DB_PORT=3306
  10. DB_DATABASE=cdnnb
  11. DB_USERNAME=martina
  12. DB_PASSWORD=cdnpassword
  13.  
  14. HAPROXY_FILENAME=haproxy_martina.cfg
  15. NGINX_CONFIG_PREFIX=martina_
  16.  
  17. SERVER_URLS="http://cdn.loc/client/"
  18.  
  19. CACHE_DRIVER=file
  20. SESSION_DRIVER=file
  21. QUEUE_DRIVER=sync
  22.  
  23. REDIS_HOST=127.0.0.1
  24. REDIS_PASSWORD=null
  25. REDIS_PORT=6379
  26.  
  27. MAIL_DRIVER=smtp
  28. MAIL_HOST=mailtrap.io
  29. MAIL_PORT=2525
  30. MAIL_USERNAME=null
  31. MAIL_PASSWORD=null
  32. MAIL_ENCRYPTION=null
  33. AEROSPIKE_HOST=94.156.129.14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement