From ae3e8842ea15567455b846bf9da837c4b082e295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E7=92=9F?= Date: Wed, 15 Jan 2025 16:10:19 +0800 Subject: [PATCH] Update .env --- apps/paperlessngx/.env | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/paperlessngx/.env b/apps/paperlessngx/.env index b887f241..96a7acc5 100644 --- a/apps/paperlessngx/.env +++ b/apps/paperlessngx/.env @@ -10,6 +10,12 @@ W9_DB_EXPOSE="postgresql" W9_URL='internet_ip:$W9_HTTP_PORT_SET' W9_NETWORK=websoft9 +W9_LOGIN_USER=admin +W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD + #### ----------------------------------------------------------------------------------------- #### +PAPERLESS_ADMIN_USER=$W9_LOGIN_USER +PAPERLESS_ADMIN_MAIL=admin@example.com +PAPERLESS_ADMIN_PASSWORD=$W9_POWER_PASSWORD # Below environment is created by apphub