Skip to content

Commit 344688b

Browse files
committed
Add required env var to api integration tests
1 parent a79fffc commit 344688b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ services:
3636
DJANGO_DANDI_WEB_APP_URL: http://localhost:8085
3737
DJANGO_DANDI_API_URL: http://localhost:8000
3838
DJANGO_DANDI_JUPYTERHUB_URL: https://hub.dandiarchive.org
39-
DJANGO_DANDI_INSTANCE_NAME: DANDI
40-
DJANGO_DANDI_INSTANCE_IDENTIFIER: RRID:SCR_017571
39+
DJANGO_DANDI_INSTANCE_NAME: DEV-DANDI
40+
DJANGO_DANDI_INSTANCE_IDENTIFIER: RRID:ABC_123456
41+
DJANGO_DANDI_DOI_API_PREFIX: "10.80507"
4142
ports:
4243
- "127.0.0.1:8000:8000"
4344

0 commit comments

Comments
 (0)