Skip to content

Commit

Permalink
Revert key change
Browse files Browse the repository at this point in the history
  • Loading branch information
jujoramos committed Oct 5, 2023
1 parent 58ca8c7 commit 9acb330
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ private StateManagerConfig() {

public static final String STATE_MANAGER = "stateManager";

public static final String TYPE = STATE_MANAGER + ".type";
public static final String TYPE = "type";

// Database Configuration Values
public static final class DataBase {
public static final String DB_PROPERTIES = STATE_MANAGER + ".database";
public static final String DB_PROPERTIES = "database";
public static final String JDBC_USER = DB_PROPERTIES + ".user";
public static final String JDBC_PASS = DB_PROPERTIES + ".pass";

Expand Down

0 comments on commit 9acb330

Please sign in to comment.