Skip to content

Commit

Permalink
CORE-17476 Adding worker service boot config const to API
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-millar committed Oct 6, 2023
1 parent 745ce7a commit 25ce84b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ private BootConfig() {
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";

public static final String BOOT_WORKER_SERVICE = "worker";
}

0 comments on commit 25ce84b

Please sign in to comment.