Skip to content

Commit

Permalink
actuator whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
Yrp committed Nov 6, 2019
1 parent 657b9e0 commit a048a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/java/org/tron/core/Constant.java
Original file line number Diff line number Diff line change
Expand Up @@ -237,5 +237,5 @@ public class Constant {
public static final String STORAGE_BACKUP_ENABLE = "storage.backup.enable";
public static final String STORAGE_BACKUP_PROP_PATH = "storage.backup.propPath";

public static final String ACTUATOR_WHITELIST = "actuator.list";
public static final String ACTUATOR_WHITELIST = "actuator.whitelist";
}

0 comments on commit a048a94

Please sign in to comment.