Skip to content

Commit

Permalink
Merge branch 'main' into feature/dynamic-sub-domains
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Oct 24, 2023
2 parents be63032 + 053daf2 commit 912ea9e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.44.0 - 2023-10-24

[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.43.5...v2.44.0)

- [#2083](https://github.com/ORCID/orcid-angular/pull/2083): feature/dynamic-sub-domains

## v2.43.5 - 2023-10-20

[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.43.4...v2.43.5)
Expand Down
6 changes: 3 additions & 3 deletions src/environments/environment.int.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export const environment = {
debugger: true,
ROBOTS: 'noindex, nofollow',
API_NEWS: 'https://info.int.orcid.org/feed/',
API_PUB: `//pub.<SUBDOMAIN>orcid.org/v3.0`,
API_WEB: `//<SUBDOMAIN>orcid.org/`,
BASE_URL: '',
API_PUB: `//pub.<SUBDOMAIN><DOMAIN>/v3.0`,
API_WEB: `//<SUBDOMAIN><DOMAIN>/`,
BASE_URL: '//<SUBDOMAIN><DOMAIN>/',
INFO_SITE: 'https://info.qa.orcid.org/',
GOOGLE_ANALYTICS_TESTING_MODE: true,
GOOGLE_TAG_MANAGER: 'GTM-0000000',
Expand Down

0 comments on commit 912ea9e

Please sign in to comment.