diff --git a/app/config/environment.d.ts b/app/config/environment.d.ts index 20f0486233..c823759410 100644 --- a/app/config/environment.d.ts +++ b/app/config/environment.d.ts @@ -111,7 +111,6 @@ declare const config: { waterbutlerUrl: string; helpUrl: string; shareBaseUrl: string; - shareApiUrl: string; shareSearchUrl: string; devMode: boolean; cookieDomain: string; diff --git a/config/environment.js b/config/environment.js index 15a86a0164..17296e3009 100644 --- a/config/environment.js +++ b/config/environment.js @@ -97,7 +97,6 @@ const { REDIRECT_URI: redirectUri, ROOT_URL: rootURL = '/', 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, @@ -193,7 +192,6 @@ module.exports = function(environment) { addonServiceUrl, helpUrl, shareBaseUrl, - shareApiUrl, shareSearchUrl, devMode, metricsStartDate,