Parcourir la source

changed dev db

Jejomar Alexis Dimayuga il y a 4 ans
Parent
commit
a594cd2b41
1 fichiers modifiés avec 6 ajouts et 3 suppressions
  1. 6 3
      crss-uaa/crss-uaa-dev.yml

+ 6 - 3
crss-uaa/crss-uaa-dev.yml

@@ -1,8 +1,11 @@
 spring:
   datasource:
-    url: jdbc:postgresql://localhost:5432/crss?currentSchema=admin
-    username: postgres
-    password: postgres
+    #url: jdbc:postgresql://localhost:5432/crss?currentSchema=admin
+    #username: postgres
+    #password: postgres
+    url: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=admin
+    username: crss_admin
+    password: YReYA7fI
   profiles:
     include: embedded-ldap
   jpa: