Skip to content

Commit

Permalink
default to local share/trove
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed Jul 11, 2024
1 parent 13544cf commit c14fa84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ const {
RECAPTCHA_SITE_KEY = '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI',
REDIRECT_URI: redirectUri,
ROOT_URL: rootURL = '/',
SHARE_BASE_URL: shareBaseUrl = 'https://staging-share.osf.io/',
SHARE_API_URL: shareApiUrl = 'https://staging-share.osf.io/api/v2',
SHARE_SEARCH_URL: shareSearchUrl = 'https://staging-share.osf.io/api/v2/search/creativeworks/_search',
SHARE_BASE_URL: shareBaseUrl = 'http://localhost:8003/',
SHARE_API_URL: shareApiUrl = 'http:/localhost:8003/api/v2',
SHARE_SEARCH_URL: shareSearchUrl = 'http://localhost:8003/api/v2/search/creativeworks/_search',
SOURCEMAPS_ENABLED: sourcemapsEnabled = true,
SHOW_DEV_BANNER = false,
} = { ...process.env, ...localConfig };
Expand Down

0 comments on commit c14fa84

Please sign in to comment.