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#########
endpoints:
prometheus:
sensitive: false
sensitive: false
#############TEMP#########
temp:
temp: ${TEMP_STORAGE:}
file:
storage: ${FILE_STORAGE:}

View File

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

View File

@ -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:

View File

@ -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