Project

General

Profile

1
# the address where validator is running and is accessible from the rest of the web
2
services.repo-manager.baseUrl = http://${container.hostname}:${container.port}/${container.context}
3

    
4
# base address for soap web services
5
transport.soap.baseAddress = http://${container.hostname}:${container.port}/${container.context}
6

    
7
transport.soap.force.local.address = false
8

    
9
# the email of the administrator
10
# he will receive all the automatic bug reports and feedback created
11
services.repo-manager.adminEmail = nikonas@di.uoa.gr
12

    
13
# if set to true, getRepositories will return dummy repositories
14
services.repo-manager.repository.testing.mode = false
15

    
16
services.repo-manager.deploy.environment = development
17

    
18
# the mailhost for the mail service
19
services.validator.mail.host = smtp.gmail.com
20
# the port where the mail service is running
21
services.validator.mail.port = 465
22
# the address that appears in the from field in the mails send by the validator
23
services.validator.mail.fromAddress = no-reply@openaire.eu
24
# the reply-to field value in the mails send by the validator
25
services.validator.mail.replyToAddress = no-reply@openaire.eu
26
# the username of the account used to login in the mail server
27
services.validator.mail.username = test.openaire@gmail.com
28
# the password of the account used to login in the mail server
29
services.validator.mail.password = ^($*@$)*!$
30
# if authentication should take place
31
# if set to false username and password is not needed
32
services.validator.mail.authenticate = true
33
# is set to yes then all mails will not be sent to their targets but to the address specified in services.validator.mail.overrideEmail
34
services.validator.mail.override = false
35
# if set to true then no mails are send, they are only logged as a debug message
36
services.validator.mail.logonly = false
37
# the mode used for the mails send by the validator
38
services.validator.mail.mode = ssl
39
# used by eu.dnetlib.utils.MailLibrary to control debuggin messages
40
services.validator.mail.debug = false
41
# if services.validator.mail.override is true then all mails will be send only to this address
42
services.validator.mail.overrideEmail = nikonas@di.uoa.gr
43
# a comma-seperated list of address that will receive all mails about validations and repo registrations
44
services.validator.mail.specialRecipients = nikonas@di.uoa.gr
45

    
46
# a comma-seperated list of addresses that have the ability to register repos without the need for validation and registration
47
services.validator.repoRegistration.override = nikonas@di.uoa.gr
48

    
49

    
50
repomanager.db.driverClassName = org.postgresql.Driver
51
repomanager.db.url = jdbc:postgresql://194.177.192.119:5432/repomanager
52
repomanager.db.username = dnet
53
repomanager.db.password = dnetPwd
54

    
55
services.repomanager.analyticsURL = https://analytics.openaire.eu/addsite.php?
56

    
57
services.repomanager.usageStatisticsDiagramsBaseURL = https://beta.openaire.eu/stats3/
58
services.repomanager.usageStatisticsNumbersBaseURL = https://beta.services.openaire.eu/usagestats/datasources/
59
services.repomanager.usagestats.adminEmail = repositoryusagestats@openaire.eu
60

    
61
oidc.issuer = https://aai.openminted.eu/oidc/
62
oidc.id = 24e83176-1312-4ba3-bc0b-ffeebea1603e
63
oidc.secret = U_gLOupYu2trYIOwfxGgZkkZoOHG_zGfaViOUsXcZ7qVQuF1rcJeQYKIDX1TY3z27CIoHaqq9ht2rmAiUmBRYQ
64
webapp.home = http://localhost:8380/uoa-repository-manager-gui/openid_connect_login
65
webapp.front=http://localhost:8380/uoa-repository-manager-gui/#dashboard
(2-2/2)