Skip to content

Commit

Permalink
Set up domain name for Matomo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoang Vu Huy committed Nov 5, 2024
1 parent 62cbd94 commit 9b2fb1d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
Empty file.
1 change: 0 additions & 1 deletion marketplace-build/config/matomo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ services:
- matomo-db
volumes:
- matomo:/var/www/html:z
- ./config.ini.php:/var/www/html/config/config.ini.php:z
environment:
- MATOMO_DATABASE_HOST=matomo-db
- PHP_MEMORY_LIMIT=2048M
Expand Down
5 changes: 2 additions & 3 deletions marketplace-ui/src/environments/environment.development.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
export const environment = {
production: false,
// apiUrl: 'http://localhost:9090/marketplace-service',
apiUrl: 'http://localhost:8080',
apiUrl: 'http://localhost:9090/marketplace-service',
githubClientId: 'Iv23livu9HbsC4Q24eSC',
githubAuthCallbackPath: '/auth/github/callback',
dayInMiliseconds: 86400000,
matomoSiteId: 1,
matomoTrackerUrl: '//localhost:8085/'
matomoTrackerUrl: '//marketplace.server.ivy-cloud.com::8085/'
};
2 changes: 1 addition & 1 deletion marketplace-ui/src/environments/environment.staging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export const environment = {
githubAuthCallbackPath: '/auth/github/callback',
dayInMiliseconds: 86400000,
matomoSiteId: 1,
matomoTrackerUrl: '//10.193.8.78:8085/'
matomoTrackerUrl: '//marketplace.server.ivy-cloud.com::8085/'
};
2 changes: 1 addition & 1 deletion marketplace-ui/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export const environment = {
githubAuthCallbackPath: '/auth/github/callback',
dayInMiliseconds: 86400000,
matomoSiteId: 1,
matomoTrackerUrl: '//10.193.8.78:8085/'
matomoTrackerUrl: '//marketplace.server.ivy-cloud.com::8085/'
};

0 comments on commit 9b2fb1d

Please sign in to comment.