Update conf files

update-configs^2
George Kalampokis 2 years ago
parent 65575048fe
commit 9eec5daea1

@ -52,4 +52,10 @@ language:
#############PROMETHEUS#########
endpoints:
prometheus:
sensitive: false
sensitive: false
#############TEMP#########
temp:
temp: ${TEMP_STORAGE:}
file:
storage: ${FILE_STORAGE:}

@ -24,6 +24,12 @@ spring:
testOnBorrow: true
testOnConnect: false
testWhileIdle: false
mail:
properties:
mail:
smtp:
starttls:
enable: true
#############CONTACT EMAIL CONFIGURATIONS#########
contact_email.mail=

@ -6,6 +6,15 @@ elasticsearch:
host: tags-elastic-search
port: 9200
####################SPRING MAIL CONFIGURATIONS#################
spring:
mail:
properties:
mail:
smtp:
starttls:
enable: true
####################PDF OVERRIDES CONFIGURATIONS##########
pdf:
converter:

@ -51,7 +51,7 @@ admin:
spring:
mail:
default-encoding: UTF-8
host: hermes.local.cite.gr
host: ${SPRING_MAIL_HOST:}
username: ${SPRING_MAIL_USER:}
password: ${SPRING_MAIL_PASS:}
port: 25

Loading…
Cancel
Save