Skip to content

Commit

Permalink
CORE-16318 - boot config for state manager
Browse files Browse the repository at this point in the history
  • Loading branch information
conalsmith-r3 committed Sep 11, 2023
1 parent d4b81e2 commit 523b70b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,10 @@ private BootConfig() {
public static final String BOOT_REST_TLS_CA_CRT_PATH = BOOT_REST + ".tls.ca.crt.path";

public static final String BOOT_SECRETS = "secrets";

public static final String BOOT_STATE_MANAGER = "stateManager";
public static final String BOOT_STATE_MANAGER_TYPE = BOOT_STATE_MANAGER + ".type";
public static final String BOOT_STATE_MANAGER_DB_USER = BOOT_STATE_MANAGER + ".database.user";
public static final String BOOT_STATE_MANAGER_DB_PASS = BOOT_STATE_MANAGER + ".database.pass";
public static final String BOOT_STATE_MANAGER_JDBC_URL = BOOT_STATE_MANAGER + ".database.jdbc.url";
}

0 comments on commit 523b70b

Please sign in to comment.