You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
argos/dmp-backend/web/src/main/resources/config/application-devel.yml

59 lines
1.5 KiB
YAML

dmp:
domain: http://localhost:4200
####################PERSISTENCE OVERRIDES CONFIGURATIONS##########
spring:
datasource:
maxIdle: 10
minIdle: 5
maxActive: 10
####################ELASTIIC SEARCH TAGS OVERRIDES CONFIGURATIONS##########
elasticsearch:
host: localhost
port: 9200
####################ELK OVERRIDES CONFIGURATIONS##########
http-logger:
server-address: http://localhost:31311
####################PDF OVERRIDES CONFIGURATIONS##########
pdf:
converter:
url: http://localhost:3000/
####################EMAIL FILE TEMPLATES OVERRIDES CONFIGURATIONS##########
email:
invite: classpath:templates/email/email.html
confirmation: classpath:templates/email/emailConfirmation.html
merge: classpath:templates/email/emailMergeConfirmation.html
#############LINKEDIN LOGIN CONFIGURATIONS#########
linkedin:
login:
redirect_uri: http://localhost:4200/login/linkedin
#############TWITTER LOGIN CONFIGURATIONS#########
twitter:
login:
redirect_uri: http://localhost:4200/login/twitter
#############ORCID CONFIGURATIONS#########
orcid:
login:
redirect_uri: http://localhost:4200/login/external/orcid
#############ZENODO CONFIGURATIONS#########
zenodo:
login:
access_token_url: https://sandbox.zenodo.org/oauth/token
redirect_uri: http://localhost:4200/login/external/zenodo
#############LANGUAGE CONFIGURATION#########
language:
path: dmp-frontend/src/assets/i18n/
#############PROMETHEUS#########
endpoints:
prometheus:
sensitive: false