Commit 4acc4276 by Patryk Czarnik

Zmiana usera na alx

parent 10082fd5
...@@ -6,5 +6,5 @@ public class Ustawienia { ...@@ -6,5 +6,5 @@ public class Ustawienia {
public static final String BAZA = "hr"; public static final String BAZA = "hr";
public static final String URL = "jdbc:postgresql://" + HOST + "/" + BAZA; public static final String URL = "jdbc:postgresql://" + HOST + "/" + BAZA;
public static final String USER = "kurs"; public static final String USER = "alx";
} }
url=jdbc:postgresql://localhost/hr url=jdbc:postgresql://localhost/hr
user=kurs user=alx
password=abc123 password=abc123
tcpKeepAlive=true tcpKeepAlive=true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment