We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aabec19 commit ae3e884Copy full SHA for ae3e884
apps/paperlessngx/.env
@@ -10,6 +10,12 @@ W9_DB_EXPOSE="postgresql"
10
W9_URL='internet_ip:$W9_HTTP_PORT_SET'
11
W9_NETWORK=websoft9
12
13
+W9_LOGIN_USER=admin
14
+W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD
15
+
16
#### ----------------------------------------------------------------------------------------- ####
17
+PAPERLESS_ADMIN_USER=$W9_LOGIN_USER
18
+PAPERLESS_ADMIN_MAIL=admin@example.com
19
+PAPERLESS_ADMIN_PASSWORD=$W9_POWER_PASSWORD
20
21
# Below environment is created by apphub
0 commit comments