Update conf files

This commit is contained in:
George Kalampokis 2022-04-15 13:08:36 +03:00
parent 65575048fe
commit 9eec5daea1
4 changed files with 23 additions and 2 deletions

View File

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

View File

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

View File

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

View File

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