Skip to content

Commit b05c1b9

Browse files
committed
missed json -> hocon config reference
1 parent 9bae531 commit b05c1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpm/fs/etc/init.d/cluster-aggregator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ user="cagg"
1616
prog="cluster-aggregator"
1717
dir="/opt/cluster-aggregator"
1818
log_dir="$dir/logs"
19-
config="/opt/cluster-aggregator/config/config.json"
19+
config="/opt/cluster-aggregator/config/config.hocon"
2020
logging_config="-Dlogback.configurationFile=/opt/cluster-aggregator/config/logback.xml"
2121
exec="/opt/cluster-aggregator/bin/cluster-aggregator"
2222
pid_file="/var/run/cluster-aggregator/cluster-aggregator.pid"

0 commit comments

Comments
 (0)