Skip to content

Commit

Permalink
Update Elasticsearch endpoint (#3331)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgzf committed Jul 31, 2021
1 parent 8b86391 commit 0fb2e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/config/app-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"defaultDescription": "NUSMods is a timetable builder and knowledge platform, providing students with a better way to plan their school timetable and useful module-related information that are community-driven.",
"academicYear": "2021/2022",
"apiBaseUrl": "https://api.nusmods.com",
"elasticsearchBaseUrl": "https://382c4d616054428291bc86fdf4001a6e.ap-southeast-1.aws.found.io:9243",
"elasticsearchBaseUrl": "https://nusmods-search.es.ap-southeast-1.aws.found.io:9243",
"semester": 1,
"disqusShortname": "nusmods-prod",
"venueFeedbackApi": "https://mediumdeviation.lib.id/nusmods-venue-github-hook@0.0.8/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const enableAnnouncements = true;
* dismissible, set the key to null. Otherwise, set it to a string.
*
* Previous keys:
* - 'ay202122-2107-search-outage' - Module search outage apology
* - 'ay202122-new-data' - AY2021/22 data is available
* - 'ay202021-new-data' - AY2020/21 data is available
* - 'ay201920-new-data' - AY2019/20 data is available
Expand Down

2 comments on commit 0fb2e47

@vercel
Copy link

@vercel vercel bot commented on 0fb2e47 Jul 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 0fb2e47 Jul 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.