Revision 51525
Added by Panagiotis Kanakakis over 6 years ago
application.properties | ||
---|---|---|
50 | 50 |
|
51 | 51 |
# the email of the administrator |
52 | 52 |
# he will receive all the automatic bug reports and feedback created |
53 |
services.repo-manager.adminEmail = nikonas@di.uoa.gr
|
|
53 |
services.repo-manager.adminEmail = pkanakakis@di.uoa.gr
|
|
54 | 54 |
|
55 | 55 |
# if set to true, getRepositories will return dummy repositories |
56 | 56 |
services.repo-manager.repository.testing.mode = false |
... | ... | |
81 | 81 |
# used by eu.dnetlib.utils.MailLibrary to control debuggin messages |
82 | 82 |
services.validator.mail.debug = false |
83 | 83 |
# if services.validator.mail.override is true then all mails will be send only to this address |
84 |
services.validator.mail.overrideEmail = nikonas@di.uoa.gr
|
|
84 |
services.validator.mail.overrideEmail = pkanakakis@di.uoa.gr
|
|
85 | 85 |
# a comma-seperated list of address that will receive all mails about validations and repo registrations |
86 |
services.validator.mail.specialRecipients = nikonas@di.uoa.gr
|
|
86 |
services.validator.mail.specialRecipients = pkanakakis@di.uoa.gr
|
|
87 | 87 |
|
88 | 88 |
# a comma-seperated list of addresses that have the ability to register repos without the need for validation and registration |
89 |
services.validator.repoRegistration.override = nikonas@di.uoa.gr
|
|
89 |
services.validator.repoRegistration.override = pkanakakis@di.uoa.gr
|
|
90 | 90 |
|
91 | 91 |
|
92 | 92 |
repomanager.db.driverClassName = org.postgresql.Driver |
... | ... | |
98 | 98 |
|
99 | 99 |
topic_types.url = https://beta.services.openaire.eu/provision/mvc/vocabularies/dnet:topic_types.json |
100 | 100 |
|
101 |
oidc.issuer = https://aai.openminted.eu/oidc/ |
|
102 |
oidc.id = 24e83176-1312-4ba3-bc0b-ffeebea1603e |
|
103 |
oidc.secret = U_gLOupYu2trYIOwfxGgZkkZoOHG_zGfaViOUsXcZ7qVQuF1rcJeQYKIDX1TY3z27CIoHaqq9ht2rmAiUmBRYQ |
|
101 |
#oidc.issuer = https://aai.openminted.eu/oidc/ |
|
102 |
#oidc.id = 24e83176-1312-4ba3-bc0b-ffeebea1603e |
|
103 |
#oidc.secret = U_gLOupYu2trYIOwfxGgZkkZoOHG_zGfaViOUsXcZ7qVQuF1rcJeQYKIDX1TY3z27CIoHaqq9ht2rmAiUmBRYQ |
|
104 |
|
|
105 |
oidc.issuer = https://aai.openaire.eu/oidc/ |
|
106 |
oidc.id = 767422b9-5461-4807-a80a-f9a2072d3a7d |
|
107 |
oidc.secret = AMQtGlbTXNjwjhF0st28LmM6V0XypMdaVS7tJmGuYFlmH36iIv4t7tVqYuLYrNPkhnZ_GPUJvhymBhFupdgb6aU |
|
108 |
|
|
104 | 109 |
oidc.dev.home = http://194.177.192.121:8380/repomanager-service-dev/openid_connect_login |
105 | 110 |
webapp.dev.front = http://194.177.192.121:3000 |
106 | 111 |
|
... | ... | |
111 | 116 |
|
112 | 117 |
services.repomanager.usageStatisticsDiagramsBaseURL = https://beta.openaire.eu/stats3/ |
113 | 118 |
services.repomanager.usageStatisticsNumbersBaseURL = https://beta.services.openaire.eu/usagestats/datasources/ |
114 |
services.repomanager.usagestats.adminEmail = repositoryusagestats@openaire.eu |
|
119 |
#services.repomanager.usagestats.adminEmail = repositoryusagestats@openaire.eu |
|
120 |
services.repomanager.usagestats.adminEmail = pkanakakis@di.uoa.gr |
Also available in: Unified diff
1. Add roles for aai
2. Changes on converter file for new interface object
3. Move emailUtils to avoid bug on bean definitions
4. Add openaire provider authorities mapper class
5. Bug fixes on controllers