Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
resolve CLI reference to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kanzer authored and Aaron Kanzer committed Feb 12, 2024
1 parent 08767db commit aab1f4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lincbrain/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ def urls(self) -> Iterator[str]:
"https://lincbrain.org",
"https://api.lincbrain.org/api",
),
"dandi-staging": DandiInstance(
"dandi-staging",
"https://staging--gui-staging-lincbrain-org.netlify.app",
"lincbrain-staging": DandiInstance(
"lincbrain-staging",
"https://staging--lincbrain-org.netlify.app",
"https://staging-api.lincbrain.org/api",
),
"dandi-api-local-docker-tests": DandiInstance(
Expand Down

0 comments on commit aab1f4f

Please sign in to comment.