diff --git a/Paperless-stack/paperless/.env b/Paperless-stack/paperless/.env new file mode 100644 index 0000000..791cc3e --- /dev/null +++ b/Paperless-stack/paperless/.env @@ -0,0 +1,9 @@ +TZ=America/Chicago +PAPERLESS_REDIS=redis://redis:6379 +PAPERLESS_DBHOST=postgres +PAPERLESS_DBNAME=paperless #if you change this, be sure to also change it in the postgres .env +PAPERLESS_DBUSER=paperless # if you change this, be sure to also change it in the postgres .env +PAPERLESS_DBPASS=paperless # if you change this, be sure to also change it in the postgres .env (You should change this for production use) +PAPERLESS_TIKA_ENABLED=1 +PAPERLESS_TIKA_GOTENBERG_ENDPOINT=http://gotenberg:3000 +PAPERLESS_TIKA_ENDPOINT=http://tika:9998 \ No newline at end of file