Skip to content

Commit

Permalink
fix: swap in new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
lwestfall committed Dec 27, 2023
1 parent b6c0869 commit 7fab75b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

We are a group of people who like to read and talk about books. We meet sometimes to discuss books we've read and to vote on which book we will read next. This application is designed to help us organize our meetings and book votes.

This repository constains the source for the website. The application is still in active development and not yet in production, however the test site is currently hosted at [cbc-test.ljdub.com](https://cbc-test.ljdub.com).
This repository constains the source for the website. The application is still in active development and not yet in production, however the test site is currently hosted at [test.citrusbook.club](https://test.citrusbook.club).
2 changes: 1 addition & 1 deletion src/Client/src/environments/environment.staging.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const environment = {
production: true,
apiBaseUrl: 'https://cbc-test-api.ljdub.com',
apiBaseUrl: 'https://test-api.citrusbook.club',
googleClientId:
'1019710498366-63edfol2ig1nmjiqh5lto3a9kaj33786.apps.googleusercontent.com',
};
2 changes: 1 addition & 1 deletion src/Client/src/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const environment = {
production: true,
apiBaseUrl: 'https://cbc-api.ljdub.com',
apiBaseUrl: 'https://api.citrusbook.club',
googleClientId:
'1019710498366-63edfol2ig1nmjiqh5lto3a9kaj33786.apps.googleusercontent.com',
};

0 comments on commit 7fab75b

Please sign in to comment.