summarylogtreecommitdiffstats
path: root/config.json
diff options
context:
space:
mode:
authorDenis Salmanovich2023-12-08 15:05:48 +0200
committerDenis Salmanovich2023-12-08 15:05:48 +0200
commit2c7c6e051d748039145d804ff51223e17000756a (patch)
tree7dc985cef39801c8ebe5368b44cab641ee61a999 /config.json
downloadaur-prometheus-folder-size-exporter.tar.gz
version 0.1.1-1
Diffstat (limited to 'config.json')
-rw-r--r--config.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.json b/config.json
new file mode 100644
index 000000000000..dc73d78b4f65
--- /dev/null
+++ b/config.json
@@ -0,0 +1,8 @@
+{
+ "bind": "0.0.0.0",
+ "port": 9978,
+ "metrics_path": "/metrics",
+ "folders": [
+ "/tmp"
+ ]
+}