config file changes
This commit is contained in:
parent
9519300dc4
commit
bff260b85b
|
@ -11,17 +11,14 @@ elasticsearch.port = 9200
|
||||||
elasticsearch.username=elastic
|
elasticsearch.username=elastic
|
||||||
elasticsearch.password=
|
elasticsearch.password=
|
||||||
|
|
||||||
####################ELK OVERRIDES CONFIGURATIONS##########
|
|
||||||
http-logger.server-address = http://logstash:31311
|
|
||||||
|
|
||||||
####################PDF OVERRIDES CONFIGURATIONS##########
|
####################PDF OVERRIDES CONFIGURATIONS##########
|
||||||
pdf.converter.url=http://docsbox-web/
|
pdf.converter.url=http://docsbox-web/
|
||||||
|
|
||||||
####################CONFIGURATION FILES OVERRIDES CONFIGURATIONS##########
|
####################CONFIGURATION FILES OVERRIDES CONFIGURATIONS##########
|
||||||
configuration.externalUrls=/tmp/ExternalUrls.xml
|
configuration.externalUrls=externalUrls/ExternalUrls.xml
|
||||||
configuration.rda=/tmp/RDACommonStandards.txt
|
configuration.rda=RDACommonStandards.txt
|
||||||
configuration.h2020template=/tmp/h2020.docx
|
configuration.h2020template=documents/h2020.docx
|
||||||
configuration.configurable_login_providers=
|
configuration.configurable_login_providers=configurableLoginProviders.json
|
||||||
|
|
||||||
####################SPRING MAIL CONFIGURATIONS#################
|
####################SPRING MAIL CONFIGURATIONS#################
|
||||||
spring.mail.default-encoding=UTF-8
|
spring.mail.default-encoding=UTF-8
|
||||||
|
@ -92,8 +89,10 @@ conf_email.expiration_time_seconds=14400
|
||||||
conf_email.subject=OpenDMP email confirmation
|
conf_email.subject=OpenDMP email confirmation
|
||||||
|
|
||||||
#############ZENODO CONFIGURATIONS#########
|
#############ZENODO CONFIGURATIONS#########
|
||||||
zenodo.url=https://sandbox.zenodo.org/api/
|
zenodo.url=https://zenodo.org/api/
|
||||||
zenodo.access_token=
|
zenodo.access_token=
|
||||||
|
|
||||||
#############CONTACT EMAIL CONFIGURATIONS#########
|
#############CONTACT EMAIL CONFIGURATIONS#########
|
||||||
contact_email.mail=
|
contact_email.mail=
|
||||||
|
|
||||||
|
language.path=i18n/
|
Loading…
Reference in New Issue