diff --git a/readme.md b/readme.md index 22f06fe..56ceab6 100644 --- a/readme.md +++ b/readme.md @@ -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). diff --git a/src/Client/src/environments/environment.staging.ts b/src/Client/src/environments/environment.staging.ts index c7d4908..681d63f 100644 --- a/src/Client/src/environments/environment.staging.ts +++ b/src/Client/src/environments/environment.staging.ts @@ -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', }; diff --git a/src/Client/src/environments/environment.ts b/src/Client/src/environments/environment.ts index 38573c2..ef17a84 100644 --- a/src/Client/src/environments/environment.ts +++ b/src/Client/src/environments/environment.ts @@ -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', };