Skip to content

Commit 44c82c0

Browse files
author
Behnam Mozafari
committed
Addressed review feedback: update operator config endpoint to use constant file path
- Moved operator-config.json to handle volume mount overriding mount directory
1 parent 7fb37f8 commit 44c82c0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/main/java/com/uid2/core/Const.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ public class Config extends com.uid2.shared.Const.Config {
1818
public static final String KmsEndpointProp = "kms_aws_endpoint";
1919
}
2020

21-
public static final String OPERATOR_CONFIG_PATH = "conf/operator-config.json";
21+
public static final String OPERATOR_CONFIG_PATH = "conf/operator/operator-config.json";
2222
}

0 commit comments

Comments
 (0)