Browse Source

[Devops] Fixed DB creds in pemc-top-sit

Nas Villanueva 8 years ago
parent
commit
d41f67659c
2 changed files with 2 additions and 30 deletions
  1. 2 2
      crss-admin/crss-admin-pemc-top-sit.yml
  2. 0 28
      crss-admin/crss-admin-top-sit.yml

+ 2 - 2
crss-admin/crss-admin-pemc-top-sit.yml

@@ -1,8 +1,8 @@
 spring:
   datasource:
     url: jdbc:edb://10.176.11.23:5432/crss_sit?currentSchema=admin
-    username: crss_admin
-    password: YReYA7fI
+    username: crss_sit_admin
+    password: ZSluMmYE
   mail:
     host: mailserver.marathon.l4lb.thisdcos.directory
     port: 3025

+ 0 - 28
crss-admin/crss-admin-top-sit.yml

@@ -1,28 +0,0 @@
-spring:
-  datasource:
-    url: jdbc:edb://10.176.11.23:5432/crss_sit?currentSchema=admin
-    username: crss_sit_admin
-    password: ZSluMmYE
-  mail:
-    host: mailserver.marathon.l4lb.thisdcos.directory
-    port: 3025
-    username: crss@top.crss.wesm.ph
-    password: P@ssw0rd1434412
-    properties:
-        transport.protocol: smtp
-        smtp:
-          auth: true
-          starttls.enable: true
-crss:
-  ldap:
-    protocol: LDAP
-    host: "10.176.12.106"
-    port: 389
-    root-dn: "dc=wesmsys,dc=local"
-    user-search-base: ""
-    admin-user: "wesmsys\\crss_user"
-    admin-password: "Cr$$1234"
-    username-field: "userPrincipalName"
-    domain: "wesmsys.local"
-    embedded: false
-    passwordOpEnabled: false