update zenodo dump url, update menu item for web stats

This commit is contained in:
argirok 2024-01-09 17:28:00 +02:00
parent 06e099c85c
commit 55c577bfbd
3 changed files with 3 additions and 3 deletions

View File

@ -192,7 +192,7 @@ export class AppComponent extends ResearcherBaseComponent implements OnInit {
new MenuItem("methodological-approach", "Methodological Approach", "", "/methodology/methodological-approach", false, [], null, {}, null, null, null, "/methodological-approach"),
new MenuItem("terminology-construction", "Terminology & Construction", "", "/methodology/terminology", false, [], null, {}, null, null, null, "/methodology/terminology"),
new MenuItem("", "", "", "", false, [], null, {}, null, null, null, null, "_self"),
new MenuItem("stats-logs", "Web Statistics & Activity Logs", "", "/stats-logs", false, [], null, {}, null, null, null, "/public-logs"),
new MenuItem("stats-logs", "Web Statistics & Activity Logs", "", "/stats-logs", false, [], null, {}, null, null, null, "/stats-logs"),
new MenuItem("engagement-training", "Engagement & Training", "", "/engagement-training", false, [], null, {}, null, null, null, "/engagement-training"),
new MenuItem("support", "Support", "", "/support", false, [], null, {}, null, null, null, "/support"),
]

View File

@ -14,7 +14,7 @@ let props: EnvProperties = {
adminToolsPortalType: 'country',
adminToolsCommunity: 'irish',
domain: "https://oamonitor.ireland.openaire.eu",
zenodoDumpUrl: "www.example.com/123dump",
zenodoDumpUrl: "https://doi.org/10.5281/zenodo.10474106",
logServiceUrl: "https://oamonitor.ireland.openaire.eu/",
logFilesPath: "/srv/static/nodejs/irish-monitor-action-logs/",
matomoLogFilesPath: "/srv/www/static/oamonitor.ireland.openaire.eu/stats/",

View File

@ -20,7 +20,7 @@ let props: EnvProperties = {
adminToolsPortalType: 'country',
adminToolsCommunity: 'irish',
domain: "http://mpagasas.di.uoa.gr:5500",
zenodoDumpUrl: "www.example.com/123dump",
zenodoDumpUrl: "https://doi.org/10.5281/zenodo.10474106",
logServiceUrl: "http://scoobydoo.di.uoa.gr:4200/",
logFilesPath: "/var/log/irish-log/",
matomoLogFilesPath: "/var/log/irish-log/",