Update conf files
This commit is contained in:
parent
5916226a6f
commit
6542841c6c
|
@ -53,3 +53,9 @@ language:
|
|||
endpoints:
|
||||
prometheus:
|
||||
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…
Reference in New Issue