mjh 4 years ago
parent
commit
c88f5b05aa
1 changed files with 4 additions and 4 deletions
  1. 4 4
      seecoder-portal-server/src/main/resources/application-dev.yml

+ 4 - 4
seecoder-portal-server/src/main/resources/application-dev.yml

@@ -5,7 +5,7 @@ spring:
     show-sql: true
   datasource:
     url: jdbc:postgresql://localhost:5432/portal
-#    username: root
-#    password: 123456
-    username: postgres
-    password: postgres
+    username: root
+    password: 123456
+#    username: postgres
+#    password: postgres