Skip to content

Commit df70dab

Browse files
Merge pull request #258 from topcoder-platform/TCA-109_learn-mvp
TCA-109 production Learn Source Config -> master
2 parents ea02018 + 74ab0cf commit df70dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-ts/config/environments/environment.prod.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const EnvironmentConfigProd: GlobalConfig = {
1919
},
2020
DISABLED_TOOLS: [ ],
2121
ENV: AppHostEnvironment.prod,
22-
LEARN_SRC: 'https://fcc.topcoder.com:4431',
22+
LEARN_SRC: 'https://freecodecamp.topcoder.com',
2323
// TODO: Move stripe creds to .env file
2424
STRIPE: {
2525
ADMIN_TOKEN:

0 commit comments

Comments
 (0)