2020-04-27 15:21:03 +02:00
|
|
|
server.port=8081
|
2018-10-05 08:56:50 +02:00
|
|
|
server.tomcat.max-threads = 20
|
|
|
|
server.tomcat.max-connections = 10000
|
2018-01-17 13:03:51 +01:00
|
|
|
logging.file=/logs/spring-boot-logging.log
|
2020-05-29 10:57:21 +02:00
|
|
|
spring.profiles.active=devel
|
2018-06-27 12:29:21 +02:00
|
|
|
eu.eudat.logic.proxy.allowed.host=https://eestore.paas2.uninett.no
|
2018-05-14 08:44:35 +02:00
|
|
|
|
2018-10-09 15:20:45 +02:00
|
|
|
####################INVITATION MAIL CONFIGURATIONS##############
|
|
|
|
####################GENERIC MAIL CONFIGURATIONS#################
|
|
|
|
mail.subject=Invitation to DMP Plan {dmpname}
|
2020-03-24 16:08:03 +01:00
|
|
|
mail.from=opendmp-dev@cite.gr
|
2018-10-09 15:20:45 +02:00
|
|
|
|
|
|
|
####################SPRING MAIL CONFIGURATIONS#################
|
2018-01-12 17:32:47 +01:00
|
|
|
spring.mail.default-encoding=UTF-8
|
2019-09-16 10:34:47 +02:00
|
|
|
spring.mail.host=hermes.local.cite.gr
|
|
|
|
spring.mail.port=25
|
2019-01-18 18:03:45 +01:00
|
|
|
spring.mail.protocol=smtp
|
2018-01-12 17:32:47 +01:00
|
|
|
spring.mail.test-connection=false
|
2019-09-16 10:34:47 +02:00
|
|
|
spring.mail.properties.mail.smtp.auth=false
|
|
|
|
spring.mail.properties.mail.smtp.starttls.enable=false
|
2018-10-09 15:20:45 +02:00
|
|
|
|
2019-11-08 14:53:46 +01:00
|
|
|
####################CONFIGURATION FILES OVERRIDES CONFIGURATIONS##########
|
2020-10-05 11:08:57 +02:00
|
|
|
configuration.externalUrls=externalUrls/ExternalUrls.xml
|
|
|
|
configuration.rda=RDACommonStandards.txt
|
|
|
|
configuration.h2020template=documents/h2020.docx
|
|
|
|
configuration.configurable_login_providers=ConfigurableLoginProviders.json
|
2019-11-08 14:53:46 +01:00
|
|
|
|
2018-10-09 15:20:45 +02:00
|
|
|
#############LOGIN CONFIGURATIONS#########
|
|
|
|
#############GENERIC LOGIN CONFIGURATIONS#########
|
2019-02-15 17:36:06 +01:00
|
|
|
autouser.root.email=
|
|
|
|
autouser.root.password=
|
|
|
|
autouser.root.username=
|
2018-10-09 15:20:45 +02:00
|
|
|
|
|
|
|
#############FACEBOOK LOGIN CONFIGURATIONS#########
|
2019-02-15 17:36:06 +01:00
|
|
|
facebook.login.clientId=
|
|
|
|
facebook.login.clientSecret=
|
|
|
|
facebook.login.namespace=
|
2018-10-09 15:20:45 +02:00
|
|
|
|
|
|
|
#############GOOGLE LOGIN CONFIGURATIONS#########
|
2019-02-15 17:36:06 +01:00
|
|
|
google.login.clientId=
|
2018-10-09 15:20:45 +02:00
|
|
|
|
|
|
|
#############LINKEDIN LOGIN CONFIGURATIONS#########
|
2019-02-15 17:36:06 +01:00
|
|
|
linkedin.login.clientId=
|
|
|
|
linkedin.login.clientSecret=
|
2018-09-18 14:41:24 +02:00
|
|
|
linkedin.login.redirect_uri=http://opendmp.eu/login/linkedin
|
2019-09-30 09:27:42 +02:00
|
|
|
linkedin.login.user_info_url=https://api.linkedin.com/v2/me
|
|
|
|
linkedin.login.user_email=https://api.linkedin.com/v2/emailAddress?q=members&projection=(elements*(handle~))
|
|
|
|
linkedin.login.access_token_url=https://www.linkedin.com/uas/oauth2/accessToken
|
2018-10-09 15:20:45 +02:00
|
|
|
|
|
|
|
#############TWITTER LOGIN CONFIGURATIONS#########
|
2019-02-15 17:36:06 +01:00
|
|
|
twitter.login.clientId=
|
|
|
|
twitter.login.clientSecret=
|
2018-09-18 14:41:24 +02:00
|
|
|
twitter.login.redirect_uri=http://opendmp.eu/login/twitter
|
2018-10-09 15:20:45 +02:00
|
|
|
|
|
|
|
#############B2 ACCESS CONFIGURATIONS#########
|
2018-03-06 15:58:38 +01:00
|
|
|
b2access.externallogin.user_info_url=https://b2access-integration.fz-juelich.de:443/oauth2/userinfo
|
|
|
|
b2access.externallogin.access_token_url=https://b2access-integration.fz-juelich.de:443/oauth2/token
|
2018-09-18 14:41:24 +02:00
|
|
|
b2access.externallogin.redirect_uri=http://opendmp.eu/api/oauth/authorized/b2access
|
2019-02-15 17:36:06 +01:00
|
|
|
b2access.externallogin.clientid=
|
|
|
|
b2access.externallogin.clientSecret=
|
2018-10-09 15:20:45 +02:00
|
|
|
|
|
|
|
#############DYNAMIC PROJECT CONFIGURATIONS#########
|
2018-03-28 15:24:47 +02:00
|
|
|
project.configuration.project.name = Project
|
|
|
|
project.configuration.funder.name = Funder
|
2018-06-05 10:18:01 +02:00
|
|
|
project.configuration.grant.name = Grant
|
2018-10-09 15:20:45 +02:00
|
|
|
|
|
|
|
#############HTTP LOGGER DELAY CONFIGURATIONS#########
|
2018-06-05 10:18:01 +02:00
|
|
|
http-logger.initial-delay = 0
|
|
|
|
http-logger.delay = 10
|
2018-10-09 15:20:45 +02:00
|
|
|
|
|
|
|
##########################PERISTENCE##########################################
|
|
|
|
#############GENERIC DATASOURCE CONFIGURATIONS#########
|
|
|
|
database.driver-class-name=org.postgresql.Driver
|
2020-02-11 17:27:54 +01:00
|
|
|
database.lock-fail-interval=120000
|
2020-02-14 17:40:34 +01:00
|
|
|
|
2020-02-17 11:41:01 +01:00
|
|
|
##########################MISC##########################################
|
|
|
|
#############USER GUIDE#########
|
2020-04-27 15:21:03 +02:00
|
|
|
userguide.path=user-guide/
|
2020-02-14 17:40:34 +01:00
|
|
|
|
2020-02-17 11:41:01 +01:00
|
|
|
#############NOTIFICATION#########
|
2020-02-14 17:40:34 +01:00
|
|
|
notification.rateInterval=30000
|
|
|
|
notification.maxRetries=10
|
2020-02-17 11:41:01 +01:00
|
|
|
notification.modified.subject=[OpenDMP] The {name} has been modified
|
|
|
|
notification.publish.subject=[OpenDMP] The {name} has been published
|
|
|
|
notification.finalised.subject=[OpenDMP] The {name} has been finalised
|
|
|
|
notification.modifiedFinalised.subject=[OpenDMP] The {name} has been modified and finalised
|
2020-03-03 10:09:27 +01:00
|
|
|
|
|
|
|
#############LOGGING#########
|
2020-05-29 10:57:21 +02:00
|
|
|
logging.config=classpath:logging/logback-${spring.profiles.active}.xml
|
2020-03-30 17:24:19 +02:00
|
|
|
|
|
|
|
#############TEMP#########
|
2020-11-19 17:39:25 +01:00
|
|
|
temp.temp=tmp/
|
|
|
|
|
|
|
|
#############ZENODO#########
|
2020-11-23 17:16:32 +01:00
|
|
|
zenodo.affiliation=ARGOS
|
|
|
|
zenodo.community=argos
|