Jejomar Alexis Dimayuga 4 lat temu
rodzic
commit
a594cd2b41
1 zmienionych plików z 6 dodań i 3 usunięć
  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: