Add Paperless-stack/postgres/.env

This commit is contained in:
2026-03-20 10:01:23 -05:00
parent bbafbdab86
commit 546986a6d0
+4
View File
@@ -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)