Skip to content

Commit

Permalink
[ES] Update base URL to point to cards.curiosities.dev (#149)
Browse files Browse the repository at this point in the history
* Update BASE_URL to curiosities.dev
* Update README to cards.curiosities.dev
* Update render.yaml to cards.curiosities.dev
  • Loading branch information
dchege711 authored Apr 19, 2024
1 parent 98feb34 commit 371b249
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit 371b249

Please sign in to comment.