Skip to content

Commit f27591f

Browse files
authored
Merge pull request #1588 from asmacdo/django-admin-email-setting
Add Dandi admin email setting
2 parents cb1712d + 2d68ac9 commit f27591f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dandi/tests/data/dandiarchive-docker/docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ services:
3939
DJANGO_DANDI_API_URL: http://localhost:8000
4040
DJANGO_DANDI_JUPYTERHUB_URL: https://hub.dandiarchive.org
4141
DJANGO_DANDI_DEV_EMAIL: "test@example.com"
42+
DJANGO_DANDI_ADMIN_EMAIL: "test-admin@example.com"
4243
DANDI_ALLOW_LOCALHOST_URLS: "1"
4344
ports:
4445
- "127.0.0.1:8000:8000"

0 commit comments

Comments
 (0)