mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(client,tools): update proxy and location paths (#37106)
This commit is contained in:
+5
-2
@@ -29,8 +29,11 @@ IMAGE_BASE_URL='https://s3.amazonaws.com/freecodecamp/images/'
|
||||
|
||||
HOME_LOCATION='http://localhost:8000'
|
||||
API_LOCATION='http://localhost:3000'
|
||||
FORUM_LOCATION='https://forum.localhost'
|
||||
NEWS_LOCATION='https://news.localhost/latest'
|
||||
FORUM_LOCATION='https://localhost/forum'
|
||||
NEWS_LOCATION='https://localhost/news'
|
||||
FORUM_PROXY='https://forum.localhost'
|
||||
NEWS_PROXY='https://news.localhost'
|
||||
|
||||
LOCALE=english
|
||||
|
||||
TEST_CHALLENGES_FOR_LANGS=english
|
||||
|
||||
Reference in New Issue
Block a user