|
30 | 30 | } |
31 | 31 | }, |
32 | 32 | "containerEnv": { |
33 | | - "DEVSTACK_WORKSPACE": "/workspaces/edx-repos" |
| 33 | + "DEVSTACK_WORKSPACE": "/workspaces/edx-repos", |
| 34 | + "LEARNING_MICROFRONTEND_PORT": "2010", |
| 35 | + "LEARNING_MICROFRONTEND_URL": "http://localhost:2010", |
| 36 | + "LEARNING_MICROFRONTEND_NETLOC": "localhost:2010" |
34 | 37 | }, |
35 | 38 | "updateContentCommand": ".devcontainer/updateContentCommand.sh", |
36 | 39 | "postCreateCommand": ".devcontainer/postCreateCommand.sh", |
37 | 40 | "postStartCommand": ".devcontainer/postStartCommand.sh", |
38 | 41 | "forwardPorts": [ |
39 | | - 1976, 1984, 1990, 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
| 42 | + 1976, 1984, 1990, 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2010, |
40 | 43 | 2001, 3406, 5335, 7474, 8000, 8081, 8734, 8735, 9021, 9201, 9202, |
41 | 44 | 9301, 9600, 18000, 18010, 18040, 18110, 18120, 18130, 18150, 18160, |
42 | 45 | 18170, 18270, 18280, 18381, 18400, 18450, 18734, 18760, 18787, 19001, |
|
60 | 63 | "18130": { "label": "ecommerce" }, |
61 | 64 | "18150": { "label": "credentials" }, |
62 | 65 | "18120": { "label": "edx_notes_api" }, |
63 | | - "2000": { "label": "frontend-app-learning" }, |
| 66 | + "2010": { "label": "frontend-app-learning" }, |
64 | 67 | "1998": { "label": "frontend-app-payment" }, |
65 | 68 | "18400": { "label": "frontend-app-publisher" }, |
66 | 69 | "1994": { "label": "frontend-app-gradebook" }, |
|
0 commit comments