argos/dmp-backend/web/src/main/resources/config/application.properties

135 lines
5.1 KiB
Properties
Raw Normal View History

2020-04-27 15:21:03 +02:00
server.port=8081
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
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
####################Metrics##############
management.endpoint.metrics.enabled=true
management.metrics.enable.http=true
management.metrics.enable.jvm=true
management.metrics.enable.jdbc=true
management.metrics.enable.tomcat=true
management.metrics.enable.logback=true
management.metrics.enable.hikaricp=true
management.metrics.enable.cache=true
management.endpoints.web.base-path=/
management.endpoints.web.exposure.include=prometheus,health,metrics
management.endpoint.prometheus.enabled=true
management.metrics.export.prometheus.enabled=true
management.endpoint.health.show-details=always
####################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
####################DATASET TEMPLATE MAIL CONFIGURATIONS#################
admin.mail.subject=You have been invited to the Dataset Template {templateName}
####################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
2022-06-14 13:22:59 +02:00
####################ELASTIIC SEARCH TAGS OVERRIDES CONFIGURATIONS##########
elasticsearch.host=
elasticsearch.port=
elasticsearch.username=
elasticsearch.password=
elasticsearch.index=
elasticsearch.usingssl=false
elasticsearch.certPath=
elasticsearch.certKey=
####################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.h2020datasettemplate=documents/h2020_dataset.docx
2022-09-13 09:35:56 +02:00
configuration.configurable_login_providers=configurableLoginProviders.json
configuration.doi_funder=DOI_Funder.json
####################EMAIL FILE TEMPLATES OVERRIDES CONFIGURATIONS##########
email.invite=file:templates/email/email.html
email.confirmation=file:templates/email/emailConfirmation.html
email.merge=file:templates/email/emailMergeConfirmation.html
email.dataset.template=file:templates/email/emailAdmin.html
#############LOGIN CONFIGURATIONS#########
#############GENERIC LOGIN CONFIGURATIONS#########
2019-02-15 17:36:06 +01:00
autouser.root.email=
autouser.root.password=
autouser.root.username=
#############FACEBOOK LOGIN CONFIGURATIONS#########
2019-02-15 17:36:06 +01:00
facebook.login.clientId=
facebook.login.clientSecret=
facebook.login.namespace=
#############GOOGLE LOGIN CONFIGURATIONS#########
2019-02-15 17:36:06 +01:00
google.login.clientId=
#############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
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
#############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
#############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=
#############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
#############HTTP LOGGER DELAY CONFIGURATIONS#########
2018-06-05 10:18:01 +02:00
http-logger.initial-delay = 0
http-logger.delay = 10
##########################PERISTENCE##########################################
#############GENERIC DATASOURCE CONFIGURATIONS#########
database.driver-class-name=org.postgresql.Driver
database.lock-fail-interval=120000
##########################MISC##########################################
#############USER GUIDE#########
2020-04-27 15:21:03 +02:00
userguide.path=user-guide/
#############NOTIFICATION#########
notification.rateInterval=30000
notification.maxRetries=10
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
#############LOGGING#########
logging.config=classpath:logging/logback-${spring.profiles.active}.xml
#############TEMP#########
temp.temp=tmp/
file.storage=uploads/
spring.servlet.multipart.max-file-size=10MB
spring.servlet.multipart.max-request-size=10MB
#############ZENODO#########
zenodo.affiliation=ARGOS
zenodo.community=argos