From 546986a6d0dcbba79abd2b061699a8291fdf4c7e Mon Sep 17 00:00:00 2001 From: jeremymigonis Date: Fri, 20 Mar 2026 10:01:23 -0500 Subject: [PATCH] Add Paperless-stack/postgres/.env --- Paperless-stack/postgres/.env | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Paperless-stack/postgres/.env diff --git a/Paperless-stack/postgres/.env b/Paperless-stack/postgres/.env new file mode 100644 index 0000000..51f463d --- /dev/null +++ b/Paperless-stack/postgres/.env @@ -0,0 +1,4 @@ +TZ=America/Chicago +POSTGRES_DB=paperless # if you change this, be sure to also change it in the paperless .env +POSTGRES_USER=paperless # if you change this, be sure to also change it in the paperless .env +POSTGRES_PASSWORD=paperless # if you change this, be sure to also change it in the paperless .env (You should change this for production use) \ No newline at end of file