Skip to content

Commit

Permalink
URL change api-staging-dandi -> api-dandi-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
NEStock committed Jan 30, 2025
1 parent f545cee commit 9061d58
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions web/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@ ignore = "false"
# Staging
[context.master.environment]
NODE_VERSION = "20"
VITE_APP_OAUTH_API_ROOT = "https://api-staging-dandi.emberarchive.org/oauth/"
VITE_APP_OAUTH_API_ROOT = "https://api-dandi-staging.emberarchive.org/oauth/"
VITE_APP_OAUTH_CLIENT_ID = ""
VITE_APP_DANDI_API_ROOT = "https://api-staging-dandi.emberarchive.org/api/"
VITE_APP_DANDI_API_ROOT = "https://api-dandi-staging.emberarchive.org/api/"
VITE_APP_SENTRY_DSN = "https://47b58f7fd49191d6d771509e8834788f@o4508337180966912.ingest.us.sentry.io/4508337195909120"
VITE_APP_SENTRY_ENVIRONMENT = "staging"

# Deploy previews
[context.deploy-preview.environment]
NODE_VERSION = "20"
VITE_APP_OAUTH_API_ROOT = "https://api-staging-dandi.emberarchive.org/oauth/"
VITE_APP_OAUTH_API_ROOT = "https://api-dandi-staging.emberarchive.org/oauth/"
VITE_APP_OAUTH_CLIENT_ID = ""
VITE_APP_DANDI_API_ROOT = "https://api-staging-dandi.emberarchive.org/api/"
VITE_APP_DANDI_API_ROOT = "https://api-dandi-staging.emberarchive.org/api/"
VITE_APP_SENTRY_DSN = "https://47b58f7fd49191d6d771509e8834788f@o4508337180966912.ingest.us.sentry.io/4508337195909120"
VITE_APP_SENTRY_ENVIRONMENT = "staging"

# Production
[context.release.environment]
NODE_VERSION = "20"
VITE_APP_OAUTH_API_ROOT = "https://api-staging-dandi.emberarchive.org/oauth/"
VITE_APP_OAUTH_API_ROOT = "https://api.emberarchive.org/oauth/"
VITE_APP_OAUTH_CLIENT_ID = ""
VITE_APP_DANDI_API_ROOT = "https://api-staging-dandi.emberarchive.org/api/"
VITE_APP_DANDI_API_ROOT = "https://api.emberarchive.org/api/"
VITE_APP_SENTRY_DSN = "https://47b58f7fd49191d6d771509e8834788f@o4508337180966912.ingest.us.sentry.io/4508337195909120"
VITE_APP_SENTRY_ENVIRONMENT = "production"

Expand Down

0 comments on commit 9061d58

Please sign in to comment.