Skip to content

Commit

Permalink
fix(fido2): fix default properties file name
Browse files Browse the repository at this point in the history
Signed-off-by: Yuriy Movchan <[email protected]>
  • Loading branch information
yurem committed Jul 2, 2024
1 parent 39f35e4 commit 8c1710c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public class ConfigurationFactory {
private static final String BASE_DIR;
private static final String DIR = BASE_DIR + File.separator + "conf" + File.separator;

private static final String BASE_PROPERTIES_FILE = DIR + "jans.properties";
private static final String BASE_PROPERTIES_FILE = DIR + "gluu.properties";
private static final String APP_PROPERTIES_FILE = DIR + "fido2.properties";

private final String SALT_FILE_NAME = "salt";
Expand Down

0 comments on commit 8c1710c

Please sign in to comment.