Skip to content

Commit

Permalink
jsqlgen databaseName
Browse files Browse the repository at this point in the history
  • Loading branch information
Osiris-Team committed Nov 6, 2023
1 parent f710546 commit 7c627a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/osiris/jsqlgen/payhook/Database.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It holds the database credentials (set by you at first run of jSQL-Gen).<br>
public class Database{
public static String rawUrl = com.osiris.payhook.PayHook.databaseRawUrl;
public static String url = com.osiris.payhook.PayHook.databaseUrl;
public static String name = "payhook";
public static String name = com.osiris.payhook.PayHook.databaseName;
public static String username = com.osiris.payhook.PayHook.databaseUsername;
public static String password = com.osiris.payhook.PayHook.databasePassword;
private static final List<Connection> availableConnections = new ArrayList<>();
Expand Down

0 comments on commit 7c627a3

Please sign in to comment.