Update CI/CD to use specific test ldap instance

This commit is contained in:
2023-04-03 09:45:06 +10:00
parent 02f3152ffd
commit 409b0301dc
2 changed files with 2 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ PUSHER_APP_CLUSTER=mt1
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
LDAP_HOST=ldap
LDAP_HOST=test_ldap
LDAP_PORT=389
LDAP_BASE_DN="dc=Test"
LDAP_USERNAME="cn=admin,dc=Test"