Skip to content

Commit

Permalink
Merge pull request #1859 from CSCfi/qa
Browse files Browse the repository at this point in the history
Qa
  • Loading branch information
konolak authored Oct 22, 2024
2 parents ba9d850 + 0ca8241 commit 88b10b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.config.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function transferStateFactory(transferState: TransferState) {
const envVars = {
cmsUrl: process.env.SSR_CMS_URL,
buildInfo: process.env.SSR_BUILD_INFO,
matomoSiteId: process.env.matomoSiteId,
matomoSiteId: process.env.SSR_MATOMO_SITE_ID,
profileApiUrl: process.env.SSR_PROFILE_API_URL,
apiUrl: process.env.SSR_API_URL,
};
Expand Down

0 comments on commit 88b10b1

Please sign in to comment.