Explorar el Código

changed dev db

Jejomar Alexis Dimayuga hace 4 años
padre
commit
a594cd2b41
Se han modificado 1 ficheros con 6 adiciones y 3 borrados
  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: