Repo for the search and displace ingest module that takes odf, docx and pdf and transforms it into .md to be used with search and displace operations
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
465 B

  1. APP_NAME="Search and Displace Ingest"
  2. APP_ENV=production
  3. APP_KEY=base64:R4JQ/hpbpPxTF++Kmcs530oqayc2OIKVglweftIPKiE=
  4. APP_DEBUG=false
  5. APP_URL=http://localhost/ingest
  6. LOG_CHANNEL=stack
  7. BROADCAST_DRIVER=log
  8. CACHE_DRIVER=file
  9. QUEUE_CONNECTION=redis
  10. SESSION_DRIVER=redis
  11. SESSION_LIFETIME=120
  12. REDIS_HOST=127.0.0.1
  13. REDIS_PASSWORD=null
  14. REDIS_PORT=6379
  15. REDIS_QUEUE=sd_ingest
  16. WEBHOOK_CORE_URL=http://localhost/core
  17. WEBHOOK_CORE_SECRET=A5qayc2O53Vslw
  18. USER_HOME_PATH=/tmp