@@ -1,6 +1,4 @@
spring:
- profiles:
- include: pemc-uat-ldap
datasource:
url: jdbc:postgresql://10.176.23.24:5432/crss_admin
username: crss_admin
@@ -16,8 +14,6 @@ spring:
smtp:
auth: true
starttls.enable: true
- redis:
- host: redis.marathon.l4lb.thisdcos.directory
crss:
ldap:
protocol: LDAPS
@@ -16,9 +16,6 @@ spring:
- database: 1
@@ -15,4 +15,7 @@ spring:
transport.protocol: smtp
- starttls.enable: true
+ starttls.enable: true
+ redis:
+ host: redis
+ database: 1
@@ -1,6 +1,8 @@
profiles.include: audit
-
+ host: redis.marathon.l4lb.thisdcos.directory
http:
multipart:
maxFileSize: "25Mb"