-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit e5c3a40.
- Loading branch information
Showing
4 changed files
with
144 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
NODE_ENV='production' | ||
NODE_PATH=./src | ||
BASE_URL='' | ||
LMS_BASE_URL='' | ||
ECOMMERCE_BASE_URL='' | ||
LOGIN_URL='' | ||
LOGOUT_URL='' | ||
CSRF_TOKEN_API_PATH='' | ||
REFRESH_ACCESS_TOKEN_ENDPOINT='' | ||
DATA_API_BASE_URL='' | ||
SEGMENT_KEY='' | ||
FEATURE_FLAGS={} | ||
ACCESS_TOKEN_COOKIE_NAME='' | ||
NEW_RELIC_APP_ID='' | ||
NEW_RELIC_LICENSE_KEY='' | ||
SITE_NAME='' | ||
MARKETING_SITE_BASE_URL='' | ||
SUPPORT_URL='' | ||
CONTACT_URL='' | ||
OPEN_SOURCE_URL='' | ||
TERMS_OF_SERVICE_URL='' | ||
PRIVACY_POLICY_URL='' | ||
FACEBOOK_URL='' | ||
TWITTER_URL='' | ||
YOU_TUBE_URL='' | ||
LINKED_IN_URL='' | ||
REDDIT_URL='' | ||
APPLE_APP_STORE_URL='' | ||
GOOGLE_PLAY_URL='' | ||
ENTERPRISE_MARKETING_URL='' | ||
ENTERPRISE_MARKETING_UTM_SOURCE='' | ||
ENTERPRISE_MARKETING_UTM_CAMPAIGN='' | ||
ENTERPRISE_MARKETING_FOOTER_UTM_MEDIUM='' | ||
LEARNING_BASE_URL='' | ||
ZENDESK_KEY='' | ||
HOTJAR_APP_ID='' | ||
HOTJAR_VERSION='6' | ||
HOTJAR_DEBUG='' | ||
ACCOUNT_SETTINGS_URL='' | ||
ACCOUNT_PROFILE_URL='' | ||
ENABLE_NOTICES='' | ||
CAREER_LINK_URL='' | ||
OPTIMIZELY_FULL_STACK_SDK_KEY='' | ||
EXPERIMENT_08_23_VAN_PAINTED_DOOR=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
NODE_ENV='development' | ||
PORT=1996 | ||
BASE_URL='localhost:1996' | ||
LMS_BASE_URL='http://localhost:18000' | ||
ECOMMERCE_BASE_URL='http://localhost:18130' | ||
LOGIN_URL='http://localhost:18000/login' | ||
LOGOUT_URL='http://localhost:18000/logout' | ||
LOGO_URL=https://edx-cdn.org/v3/default/logo.svg | ||
LOGO_TRADEMARK_URL=https://edx-cdn.org/v3/default/logo-trademark.svg | ||
LOGO_WHITE_URL=https://edx-cdn.org/v3/default/logo-white.svg | ||
LOGO_POWERED_BY_OPEN_EDX_URL_SVG=https://edx-cdn.org/v3/stage/open-edx-tag.svg | ||
FAVICON_URL=https://edx-cdn.org/v3/default/favicon.ico | ||
CSRF_TOKEN_API_PATH='/csrf/api/v1/token' | ||
REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh' | ||
ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload' | ||
USER_INFO_COOKIE_NAME='edx-user-info' | ||
SITE_NAME=localhost | ||
DATA_API_BASE_URL='http://localhost:8000' | ||
// LMS_CLIENT_ID should match the lms DOT client application id your LMS containe | ||
LMS_CLIENT_ID='login-service-client-id' | ||
SEGMENT_KEY='' | ||
FEATURE_FLAGS={} | ||
MARKETING_SITE_BASE_URL='http://localhost:18000' | ||
SUPPORT_URL='http://localhost:18000/support' | ||
CONTACT_URL='http://localhost:18000/contact' | ||
OPEN_SOURCE_URL='http://localhost:18000/openedx' | ||
TERMS_OF_SERVICE_URL='http://localhost:18000/terms-of-service' | ||
PRIVACY_POLICY_URL='http://localhost:18000/privacy-policy' | ||
FACEBOOK_URL='https://www.facebook.com' | ||
TWITTER_URL='https://twitter.com' | ||
YOU_TUBE_URL='https://www.youtube.com' | ||
LINKED_IN_URL='https://www.linkedin.com' | ||
REDDIT_URL='https://www.reddit.com' | ||
APPLE_APP_STORE_URL='https://www.apple.com/ios/app-store/' | ||
GOOGLE_PLAY_URL='https://play.google.com/store' | ||
ENTERPRISE_MARKETING_URL='http://example.com' | ||
ENTERPRISE_MARKETING_UTM_SOURCE='example.com' | ||
ENTERPRISE_MARKETING_UTM_CAMPAIGN='example.com Referral' | ||
ENTERPRISE_MARKETING_FOOTER_UTM_MEDIUM='Footer' | ||
LEARNING_BASE_URL='http://localhost:2000' | ||
SESSION_COOKIE_DOMAIN='localhost' | ||
ZENDESK_KEY='' | ||
HOTJAR_APP_ID='' | ||
HOTJAR_VERSION='6' | ||
HOTJAR_DEBUG='' | ||
ACCOUNT_SETTINGS_URL='http://localhost:1997' | ||
ACCOUNT_PROFILE_URL='http://localhost:1995' | ||
ENABLE_NOTICES='' | ||
CAREER_LINK_URL='' | ||
OPTIMIZELY_FULL_STACK_SDK_KEY='' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
NODE_ENV='test' | ||
PORT=1996 | ||
BASE_URL='localhost:1996' | ||
LMS_BASE_URL='http://localhost:18000' | ||
ECOMMERCE_BASE_URL='http://localhost:18130' | ||
LOGIN_URL='http://localhost:18000/login' | ||
LOGOUT_URL='http://localhost:18000/logout' | ||
LOGO_URL=https://edx-cdn.org/v3/default/logo.svg | ||
LOGO_TRADEMARK_URL=https://edx-cdn.org/v3/default/logo-trademark.svg | ||
LOGO_WHITE_URL=https://edx-cdn.org/v3/default/logo-white.svg | ||
LOGO_POWERED_BY_OPEN_EDX_URL_SVG=https://edx-cdn.org/v3/stage/open-edx-tag.svg | ||
FAVICON_URL=https://edx-cdn.org/v3/default/favicon.ico | ||
CSRF_TOKEN_API_PATH='/csrf/api/v1/token' | ||
REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh' | ||
ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload' | ||
USER_INFO_COOKIE_NAME='edx-user-info' | ||
SITE_NAME=localhost | ||
DATA_API_BASE_URL='http://localhost:8000' | ||
// LMS_CLIENT_ID should match the lms DOT client application id your LMS containe | ||
LMS_CLIENT_ID='login-service-client-id' | ||
SEGMENT_KEY='' | ||
FEATURE_FLAGS={} | ||
MARKETING_SITE_BASE_URL='http://localhost:18000' | ||
SUPPORT_URL='http://localhost:18000/support' | ||
CONTACT_URL='http://localhost:18000/contact' | ||
OPEN_SOURCE_URL='http://localhost:18000/openedx' | ||
TERMS_OF_SERVICE_URL='http://localhost:18000/terms-of-service' | ||
PRIVACY_POLICY_URL='http://localhost:18000/privacy-policy' | ||
FACEBOOK_URL='https://www.facebook.com' | ||
TWITTER_URL='https://twitter.com' | ||
YOU_TUBE_URL='https://www.youtube.com' | ||
LINKED_IN_URL='https://www.linkedin.com' | ||
REDDIT_URL='https://www.reddit.com' | ||
APPLE_APP_STORE_URL='https://www.apple.com/ios/app-store/' | ||
GOOGLE_PLAY_URL='https://play.google.com/store' | ||
ENTERPRISE_MARKETING_URL='http://example.com' | ||
ENTERPRISE_MARKETING_UTM_SOURCE='example.com' | ||
ENTERPRISE_MARKETING_UTM_CAMPAIGN='example.com Referral' | ||
ENTERPRISE_MARKETING_FOOTER_UTM_MEDIUM='Footer' | ||
LEARNING_BASE_URL='http://localhost:2000' | ||
ZENDESK_KEY='test-zendesk-key' | ||
HOTJAR_APP_ID='hot-jar-app-id' | ||
HOTJAR_VERSION='6' | ||
HOTJAR_DEBUG='' | ||
ACCOUNT_SETTINGS_URL='http://account-settings-url.test' | ||
ACCOUNT_PROFILE_URL='http://account-profile-url.test' | ||
ENABLE_NOTICES='' | ||
CAREER_LINK_URL='' | ||
OPTIMIZELY_FULL_STACK_SDK_KEY='SDK Key' | ||
EXPERIMENT_08_23_VAN_PAINTED_DOOR=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters