Skip to content

Commit

Permalink
Merge pull request #1436 from dandi/dev-email-env-var
Browse files Browse the repository at this point in the history
Add DJANGO_DANDI_DEV_EMAIL env var to archive tests
  • Loading branch information
yarikoptic authored May 1, 2024
2 parents e5ecb8c + eb065ea commit fa22081
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dandi/tests/data/dandiarchive-docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ services:
DJANGO_DANDI_WEB_APP_URL: http://localhost:8085
DJANGO_DANDI_API_URL: http://localhost:8000
DJANGO_DANDI_JUPYTERHUB_URL: https://hub.dandiarchive.org
DJANGO_DANDI_DEV_EMAIL: test@example.com
DANDI_ALLOW_LOCALHOST_URLS: "1"
ports:
- "8000:8000"
Expand Down

0 comments on commit fa22081

Please sign in to comment.