Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ES] Update base URL to point to cards.curiosities.dev #149

Merged
merged 3 commits into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports.NODE_ENV = process.env.NODE_ENV;

if (exports.NODE_ENV === "production") {
exports.MONGO_URI = process.env.STUDY_BUDDY_MLAB_MONGO_URI;
exports.BASE_URL = "https://cards.c13u.com";
exports.BASE_URL = "https://cards.curiosities.dev";
} else if (exports.NODE_ENV === "development") {
exports.MONGO_URI = "invalid://use-memory-db";
exports.BASE_URL = `http://localhost:${exports.PORT}`;
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Node.js CI](https://github.com/dchege711/study_buddy/actions/workflows/node.js.yml/badge.svg)](https://github.com/dchege711/study_buddy/actions/workflows/node.js.yml)

The web app is live at [https://cards.c13u.com/](https://cards.c13u.com/)
The web app is live at [https://cards.curiosities.dev/](https://cards.curiosities.dev/)

The documentation for this project lives on its [Github pages site](https://www.curiosities.dev/study_buddy/). We wrote the docs targeting both technical and non-technical readers.
2 changes: 1 addition & 1 deletion render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
numInstances: 1
domains: # custom domains
- 'cards.c13u.com'
- 'notes.c13u.com'
- 'cards.curiosities.dev'
envVars:
- key: LIBRATO_USER # Imported from Heroku app
value: app88358134@heroku.com
Expand Down
Loading