Skip to content

Commit

Permalink
Use new vpn setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Sep 14, 2023
1 parent 76dd739 commit e4f3bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 . "$@"

Expand Down

0 comments on commit e4f3bfe

Please sign in to comment.