|
|
@@ -0,0 +1,18 @@
|
|
|
+spring:
|
|
|
+ profiles:
|
|
|
+ include: ldap
|
|
|
+ datasource:
|
|
|
+ url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_admin
|
|
|
+ username: crss_admin
|
|
|
+ password: crss_admin
|
|
|
+ mail:
|
|
|
+ host: mailserver.marathon.l4lb.thisdcos.directory
|
|
|
+ port: 3025
|
|
|
+ username: crss@local.dev.pemc.com
|
|
|
+ password: P@ssw0rd1434412
|
|
|
+ properties:
|
|
|
+ mail:
|
|
|
+ transport.protocol: smtp
|
|
|
+ smtp:
|
|
|
+ auth: true
|
|
|
+ starttls.enable: true
|