From e4f3bfeed7236848a67285daf5a0dcc62fae59eb Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Thu, 14 Sep 2023 04:23:40 -0500 Subject: [PATCH] Use new vpn setup --- manage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.sh b/manage.sh index 36200e79..49970dc8 100755 --- a/manage.sh +++ b/manage.sh @@ -49,7 +49,7 @@ command="$1" shift exec /usr/bin/env \ LDAP_BIND_PASSWORD="$edrn_service_password" \ - LDAP_URI="ldaps://172.16.16.88:1636" \ + LDAP_URI="ldaps://localhost:1636" \ DATABASE_URL="postgresql://:@/edrn" \ ".venv/bin/django-admin" $command --settings local --pythonpath . "$@"