.env.testing 1018 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # common settings
  2. COMPOSE_PROJECT_NAME=strprfcrm
  3. COMPOSE_PROFILES=local
  4. # Set external ports
  5. APP_ADDR=http://127.0.0.1
  6. WEB_PORT=8090
  7. # external port of DB for connect by other soft
  8. DB_EXT_PORT=3306
  9. WS_PORT=3090
  10. WS_ADDR=/ws
  11. WS_DEBUG_PORT=9229
  12. MINIO_DEBUG_PORT=39757
  13. FORCE_HTTPS=false
  14. APP_NAME="Stroyprofit CRM"
  15. APP_ENV=testing
  16. APP_KEY=base64:nIrpAXvd/2pEWdtUMQXuf6xdF1C+p7e6bErjt1hMIMk=
  17. APP_DEBUG=true
  18. APP_URL=http://localhost
  19. APP_LOCALE=ru
  20. APP_TIMEZONE=Europe/Moscow
  21. LOG_CHANNEL=stack
  22. LOG_LEVEL=error
  23. DB_CONNECTION=mysql
  24. DB_HOST=db
  25. DB_PORT=3306
  26. DB_DATABASE=crm_testing
  27. DB_USERNAME=dbuser
  28. DB_PASSWORD=password
  29. CACHE_STORE=array
  30. FILESYSTEM_DISK=local
  31. QUEUE_CONNECTION=sync
  32. SESSION_DRIVER=array
  33. SESSION_LIFETIME=120
  34. REDIS_CLIENT=predis
  35. REDIS_HOST=redis
  36. REDIS_PASSWORD=sOmE_sEcUrE_pAsS
  37. REDIS_PORT=6379
  38. JWT_SECRET=c05c4346dc03362dabbf94c18a1befe78e9b301837f3163e43a57201d9cc09cb
  39. PAGINATION_LIMIT=2000
  40. WORDS_IN_TABLE_CELL_LIMIT=15
  41. FCM_PROJECT_ID=
  42. FCM_CLIENT_EMAIL=
  43. FCM_PRIVATE_KEY=
  44. APP_DEFAULT_MAF_ORDER_USER_ID=1