Revision 62829
Added by Stefania Martziou over 1 year ago
modules/open-science-observatory-ui/branches/new-indicators-and-graphs-osfair-2021/src/environments/environment.beta.ts | ||
---|---|---|
7 | 7 |
FAQ_HOMEPAGE: '/uoa-admin-tools/dashboard', |
8 | 8 |
profileName: 'observatory', |
9 | 9 |
MATOMO_URL: 'https://analytics.openaire.eu/', |
10 |
MATOMO_SITE_ID: 508 |
|
10 |
MATOMO_SITE_ID: 508, |
|
11 |
cc_icon_path: '//beta.osobservatory.openaire.eu/assets/img/icons/cc.svg' |
|
11 | 12 |
}; |
modules/open-science-observatory-ui/branches/new-indicators-and-graphs-osfair-2021/src/environments/environment.madgik.ts | ||
---|---|---|
13 | 13 |
FAQ_HOMEPAGE: 'http://audrey.athenarc.gr:5555', |
14 | 14 |
profileName: 'observatory', |
15 | 15 |
MATOMO_URL: 'https://providers.eosc-portal.eu/matomo/', |
16 |
MATOMO_SITE_ID: 3 |
|
16 |
MATOMO_SITE_ID: 3, |
|
17 |
cc_icon_path: '//oso.madgik.di.uoa.gr/assets/img/icons/cc.svg' |
|
17 | 18 |
}; |
18 | 19 |
|
19 | 20 |
/* |
modules/open-science-observatory-ui/branches/new-indicators-and-graphs-osfair-2021/src/environments/environment.ts | ||
---|---|---|
13 | 13 |
FAQ_HOMEPAGE: 'http://audrey.athenarc.gr:5555', |
14 | 14 |
profileName: 'observatory', |
15 | 15 |
MATOMO_URL: 'https://providers.eosc-portal.eu/matomo/', |
16 |
MATOMO_SITE_ID: 3 |
|
16 |
MATOMO_SITE_ID: 3, |
|
17 |
cc_icon_path: '//localhost:4200/assets/img/icons/cc.svg' |
|
17 | 18 |
}; |
18 | 19 |
|
19 | 20 |
/* |
Also available in: Unified diff
Added a CC icon (to later use on the titles of some of the graphs)