aboutsummaryrefslogtreecommitdiff
path: root/exporters-influxdb/pyExporter/config.ini.example
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2026-03-15 11:19:34 +0100
committerDimitri Staessens <dimitri@ouroboros.rocks>2026-03-15 11:23:26 +0100
commit2f537b0a43c5fb6a11aafad6eba1e8d92cbc2893 (patch)
tree70eb0e9da78d82116aec5cce3f928d2a77986a13 /exporters-influxdb/pyExporter/config.ini.example
parent4afcd8732cbb33da63f665e7f3e0e4e9fe524e1e (diff)
downloadouroboros-metrics-0.23.0.tar.gz
ouroboros-metrics-0.23.0.zip
metric: Update to pyproject and version tags0.23.0
Updates the project to use a pyproject.toml file and use setuptools_scm for versioning. Simplifies directory structure. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Diffstat (limited to 'exporters-influxdb/pyExporter/config.ini.example')
-rw-r--r--exporters-influxdb/pyExporter/config.ini.example6
1 files changed, 0 insertions, 6 deletions
diff --git a/exporters-influxdb/pyExporter/config.ini.example b/exporters-influxdb/pyExporter/config.ini.example
deleted file mode 100644
index f2656f7..0000000
--- a/exporters-influxdb/pyExporter/config.ini.example
+++ /dev/null
@@ -1,6 +0,0 @@
-[influx2]
-url=http://localhost:8086
-org=<your-org>
-token=<your-token>
-timeout=6000
-verify_ssl=False \ No newline at end of file