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

APP_NAME="Search and Displace Ingest"
APP_ENV=production
APP_KEY=base64:R4JQ/hpbpPxTF++Kmcs530oqayc2OIKVglweftIPKiE=
APP_DEBUG=false
APP_URL=http://localhost/ingest
LOG_CHANNEL=stack
BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=redis
SESSION_DRIVER=redis
SESSION_LIFETIME=120
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
REDIS_QUEUE=sd_ingest
WEBHOOK_CORE_URL=http://localhost/core
WEBHOOK_CORE_SECRET=A5qayc2O53Vslw
USER_HOME_PATH=/tmp