Skip to content

Commit

Permalink
Release v1.2.1 for MC 1.20.4 NeoForge
Browse files Browse the repository at this point in the history
  • Loading branch information
cpburnz committed Aug 21, 2024
1 parent f17079e commit 3a5d9d7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ version.
Configuration
-------------

The mod configuration is located at *world/serverconfig/prometheus_exporter-server.toml*.
The mod configuration is located at *config/prometheus_exporter-server.toml*.
It will be automatically generated upon server start if it does not already
exist. The default configuration can be seen in the example [prometheus_exporter-server.toml].

Expand Down
5 changes: 2 additions & 3 deletions examples/prometheus_exporter-server.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# This is an example configuration. The mod configuration is located at
# *world/serverconfig/prometheus_exporter-server.toml*. It will be
# automatically generated upon server start if it does not already exist.

# *config/prometheus_exporter-server.toml*. It will be automatically generated
# upon server start if it does not already exist.

#Collector settings.
[collector]
Expand Down
1 change: 0 additions & 1 deletion gen-example-config
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ home_dir="$(cd "$(dirname "$0")" && pwd)"
# Copy generated config from run.
out_file="$home_dir/examples/prometheus_exporter-server.toml"
cp "$home_dir/prometheus_exporter-server.in" "$out_file"
echo '' >> "$out_file"
cat "$home_dir/runs/client/config/prometheus_exporter-server.toml" >> "$out_file"
cat "$out_file"
4 changes: 2 additions & 2 deletions prometheus_exporter-server.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This is an example configuration. The mod configuration is located at
# *world/serverconfig/prometheus_exporter-server.toml*. It will be
# automatically generated upon server start if it does not already exist.
# *config/prometheus_exporter-server.toml*. It will be automatically generated
# upon server start if it does not already exist.

0 comments on commit 3a5d9d7

Please sign in to comment.