# the address where validator is running and is accessible from the rest of the web services.repo-manager.baseUrl = http://${container.hostname}:${container.port}/${container.context} # base address for soap web services transport.soap.baseAddress = http://${container.hostname}:${container.port}/${container.context} transport.soap.force.local.address = false # the email of the administrator # he will receive all the automatic bug reports and feedback created services.repo-manager.adminEmail = nikonas@di.uoa.gr # if set to true, getRepositories will return dummy repositories services.repo-manager.repository.testing.mode = false services.repo-manager.deploy.environment = development # the mailhost for the mail service services.validator.mail.host = smtp.gmail.com # the port where the mail service is running services.validator.mail.port = 465 # the address that appears in the from field in the mails send by the validator services.validator.mail.fromAddress = no-reply@openaire.eu # the reply-to field value in the mails send by the validator services.validator.mail.replyToAddress = no-reply@openaire.eu # the username of the account used to login in the mail server services.validator.mail.username = test.openaire@gmail.com # the password of the account used to login in the mail server services.validator.mail.password = ^($*@$)*!$ # if authentication should take place # if set to false username and password is not needed services.validator.mail.authenticate = true # is set to yes then all mails will not be sent to their targets but to the address specified in services.validator.mail.overrideEmail services.validator.mail.override = false # if set to true then no mails are send, they are only logged as a debug message services.validator.mail.logonly = false # the mode used for the mails send by the validator services.validator.mail.mode = ssl # used by eu.dnetlib.utils.MailLibrary to control debuggin messages services.validator.mail.debug = false # if services.validator.mail.override is true then all mails will be send only to this address services.validator.mail.overrideEmail = nikonas@di.uoa.gr # a comma-seperated list of address that will receive all mails about validations and repo registrations services.validator.mail.specialRecipients = nikonas@di.uoa.gr # a comma-seperated list of addresses that have the ability to register repos without the need for validation and registration services.validator.repoRegistration.override = nikonas@di.uoa.gr repomanager.db.driverClassName = org.postgresql.Driver repomanager.db.url = jdbc:postgresql://194.177.192.119:5432/repomanager repomanager.db.username = dnet repomanager.db.password = dnetPwd services.repomanager.analyticsURL = https://analytics.openaire.eu/addsite.php? services.repomanager.usageStatisticsDiagramsBaseURL = https://beta.openaire.eu/stats3/ services.repomanager.usageStatisticsNumbersBaseURL = https://beta.services.openaire.eu/usagestats/datasources/ services.repomanager.usagestats.adminEmail = repositoryusagestats@openaire.eu oidc.issuer = https://aai.openminted.eu/oidc/ oidc.id = id oidc.secret = secret webapp.home = https://localhost:8380/uoa-repository-manager-gui/openid_connect_login webapp.front=https://localhost:8380