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