forked from linux/WebHosting
+3
-3
@@ -300,7 +300,7 @@ services:
|
||||
LOGGING_LEVEL_ROOT: INFO
|
||||
# Authentifizierung für WebUI
|
||||
WEBAPP_SECURITY_AUTH_BASIC_USERNAME: psiadmin
|
||||
WEBAPP_SECURITY_AUTH_BASIC_PASSWORD: ${tiacore_test_adminpw}
|
||||
WEBAPP_SECURITY_AUTH_BASIC_PASSWORD: ${tiacore_admin_password}
|
||||
networks:
|
||||
- backend
|
||||
|
||||
@@ -318,8 +318,8 @@ services:
|
||||
environment:
|
||||
LOGGING_LEVEL_ROOT: INFO
|
||||
# Authentifizierung für WebUI
|
||||
WEBAPP_SECURITY_AUTH_BASIC_USERNAME: admin
|
||||
WEBAPP_SECURITY_AUTH_BASIC_PASSWORD: "$$2a$$10$$5E1KpGIKSq6xuWmGf92bheB17V0l4fEMnVmYPqhWiazKddcx1TF/e"
|
||||
WEBAPP_SECURITY_AUTH_BASIC_USERNAME: psiadmin
|
||||
WEBAPP_SECURITY_AUTH_BASIC_PASSWORD: ${tiacore_admin_password}
|
||||
networks:
|
||||
- backend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user