Skip to content

Commit f59ab9c

Browse files
committed
revert: example changes
1 parent 9c1a27b commit f59ab9c

File tree

11 files changed

+70
-18359
lines changed

11 files changed

+70
-18359
lines changed

example/.env.development

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
APP_ID='example'
2-
MFE_CONFIG_API_URL='http://localhost:18000/api/mfe_config/v1'
3-
BASE_URL='http://localhost:3000'
41
PORT=3000
52
FAVICON_URL=https://edx-cdn.org/v3/default/favicon.ico
63
TEST_VARIABLE='foo'
7-
LMS_BASE_URL=http://localhost:18000
8-
LOGIN_URL=http://localhost:18000/login
9-
LOGOUT_URL=http://localhost:18000/logout
10-
REFRESH_ACCESS_TOKEN_ENDPOINT=http://localhost:18000/login_refresh
11-
LOGO_URL=https://edx-cdn.org/v3/default/logo.svg
12-
LOGO_TRADEMARK_URL=https://edx-cdn.org/v3/default/logo-trademark.svg
13-
LOGO_WHITE_URL=https://edx-cdn.org/v3/default/logo-white.svg
14-
FAVICON_URL=https://edx-cdn.org/v3/default/favicon.ico
15-
USER_INFO_COOKIE_NAME=edx-user-info
16-
LANGUAGE_PREFERENCE_COOKIE_NAME=openedx-language-preference
17-
ACCESS_TOKEN_COOKIE_NAME=edx-jwt-cookie-header-payload

example/.eslintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
const config = require('../config/.eslintrc');
2+
3+
module.exports = config;

example/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

example/env.config.js

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,4 @@ module.exports = {
33
CORRECT_BOOL_VALUE: 'Good, false meant false. We did not cast a boolean to a string.',
44
INCORRECT_BOOL_VALUE: 'Why was a false boolean true?',
55
INTEGER_VALUE: 123,
6-
PARAGON_THEME_URLS: {
7-
core: {
8-
urls: {
9-
default: 'https://cdn.jsdelivr.net/npm/@openedx/paragon@alpha/dist/core.min.css',
10-
brandOverride: 'https://cdn.jsdelivr.net/npm/@edx/brand-edx.org@alpha/dist/core.min.css',
11-
},
12-
},
13-
defaults: {
14-
light: 'light',
15-
},
16-
variants: {
17-
light: {
18-
urls: {
19-
default: 'https://cdn.jsdelivr.net/npm/@openedx/paragon@alpha/dist/light.min.css',
20-
brandOverride: 'https://cdn.jsdelivr.net/npm/@edx/brand-edx.org@alpha/dist/light.min.css',
21-
},
22-
},
23-
dark: {
24-
urls: {
25-
default: 'https://cdn.jsdelivr.net/npm/@openedx/[email protected]/dist/light.min.css',
26-
brandOverride: 'https://cdn.jsdelivr.net/npm/@edx/[email protected]/dist/light.min.css',
27-
},
28-
},
29-
},
30-
},
316
};

0 commit comments

Comments
 (0)