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

135 lines
5.1 KiB
Properties
Raw Normal View History

2022-09-13 09:35:56 +02:00
dmp.domain = http://localhost:8080
2018-11-27 15:13:56 +01:00
####################PERSISTENCE OVERRIDES CONFIGURATIONS##########
2020-05-04 16:15:52 +02:00
database.url=jdbc:postgresql://dmp-db:5432/dmptool
database.username=dmptool
database.password=CHANGEME
2018-11-27 15:13:56 +01:00
####################ELASTIIC SEARCH TAGS OVERRIDES CONFIGURATIONS##########
2022-09-13 09:35:56 +02:00
elasticsearch.host = opendmp-elastic
2018-11-27 15:13:56 +01:00
elasticsearch.port = 9200
elasticsearch.username=elastic
elasticsearch.password=
elasticsearch.index=dmps
2022-09-13 09:35:56 +02:00
elasticsearch.usingssl=false
elasticsearch.certPath=
elasticsearch.certKey=
####################ELK OVERRIDES CONFIGURATIONS##########
#http-logger.server-address = http://logstash:31311
2018-11-27 15:13:56 +01:00
####################PDF OVERRIDES CONFIGURATIONS##########
2022-09-13 09:35:56 +02:00
pdf.converter.url=http://opendmp-pdf:3000/
2018-11-27 15:13:56 +01:00
####################CONFIGURATION FILES OVERRIDES CONFIGURATIONS##########
2020-05-04 16:15:52 +02:00
configuration.externalUrls=externalUrls/ExternalUrls.xml
configuration.rda=RDACommonStandards.txt
2020-05-04 16:15:52 +02:00
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
2018-11-27 15:13:56 +01:00
2022-09-13 09:35:56 +02:00
####################EMAIL FILE TEMPLATES OVERRIDES CONFIGURATIONS##########
email.invite=classpath:templates/email/email.html
email.confirmation=classpath:templates/email/emailConfirmation.html
email.merge=classpath:templates/email/emailMergeConfirmation.html
email.dataset.template=classpath:templates/email/emailAdmin.html
2019-09-16 10:34:47 +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
2019-09-16 10:34:47 +02:00
2022-09-13 09:35:56 +02:00
####################DATASET TEMPLATE MAIL CONFIGURATIONS#################
admin.mail.subject=You have been invited to the Dataset Template {templateName}
2018-11-27 15:13:56 +01:00
####################SPRING MAIL CONFIGURATIONS#################
spring.mail.default-encoding=UTF-8
2022-09-13 09:35:56 +02:00
spring.mail.host=
spring.mail.username=
spring.mail.password=
2018-11-27 15:13:56 +01:00
spring.mail.port=25
spring.mail.protocol=smtp
spring.mail.test-connection=false
spring.mail.properties.mail.smtp.auth=false
2022-09-13 09:35:56 +02:00
spring.mail.properties.mail.smtp.starttls.enable=true
2018-11-27 15:13:56 +01:00
#############FACEBOOK LOGIN CONFIGURATIONS#########
2019-02-15 17:36:06 +01:00
facebook.login.clientId=
facebook.login.clientSecret=
2022-09-13 09:35:56 +02:00
facebook.login.namespace=
2018-11-27 15:13:56 +01:00
#############GOOGLE LOGIN CONFIGURATIONS#########
2019-02-15 17:36:06 +01:00
google.login.clientId=
2018-11-27 15:13:56 +01:00
#############LINKEDIN LOGIN CONFIGURATIONS#########
2019-02-15 17:36:06 +01:00
linkedin.login.clientId=
linkedin.login.clientSecret=
2022-09-13 09:35:56 +02:00
linkedin.login.redirect_uri=http://localhost:8080/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
2018-11-27 15:13:56 +01:00
#############TWITTER LOGIN CONFIGURATIONS#########
2019-02-15 17:36:06 +01:00
twitter.login.clientId=
twitter.login.clientSecret=
2022-09-13 09:35:56 +02:00
twitter.login.redirect_uri=http://localhost:8080/login/twitter
2019-07-29 12:33:53 +02:00
2018-11-27 15:13:56 +01:00
#############B2 ACCESS CONFIGURATIONS#########
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
2022-09-13 09:35:56 +02:00
b2access.externallogin.redirect_uri=http://localhost:8080/api/oauth/authorized/b2access
b2access.externallogin.clientid=
2019-07-29 12:33:10 +02:00
b2access.externallogin.clientSecret=
#############ORCID CONFIGURATIONS#########
orcid.login.client_id=
orcid.login.client_secret=
orcid.login.access_token_url=https://orcid.org/oauth/token
2022-09-13 09:35:56 +02:00
orcid.login.redirect_uri=http://localhost:8080/login/external/orcid
#############OPENAIRE CONFIGURATIONS#########
openaire.login.client_id=
openaire.login.client_secret=
2022-09-13 09:35:56 +02:00
openaire.login.access_token_url=https://aai.openaire.eu/oidc/token
openaire.login.redirect_uri=http://localhost:8080/login/openaire
openaire.login.user_info_url=https://aai.openaire.eu/oidc/userinfo
#############CONFIRMATION EMAIL CONFIGURATIONS#########
conf_email.expiration_time_seconds=14400
conf_email.subject=OpenDMP email confirmation
#############ZENODO CONFIGURATIONS#########
zenodo.url=https://sandbox.zenodo.org/api/
zenodo.access_token=
2022-09-13 09:35:56 +02:00
zenodo.login.access_token_url=https://sandbox.zenodo.org/oauth/token
zenodo.login.client_id=
zenodo.login.client_secret=
zenodo.login.redirect_uri=http://localhost:8080/login/external/zenodo
#############CONTACT EMAIL CONFIGURATIONS#########
2020-05-04 16:15:52 +02:00
contact_email.mail=
2022-09-13 09:35:56 +02:00
logging.config=classpath:logging/logback-${spring.profiles.active}.xml
language.path=i18n/
##########################MISC##########################################
#############USER GUIDE#########
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
#############TEMP#########
temp.temp=tmp/
file.storage=storage/
spring.servlet.multipart.max-file-size=10MB
spring.servlet.multipart.max-request-size=10MB
#############PROMETHEUS#########
endpoints.prometheus.sensitive: false