diff options
| -rwxr-xr-x | exporters-influxdb/pyExporter/oexport.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/exporters-influxdb/pyExporter/oexport.py b/exporters-influxdb/pyExporter/oexport.py index 22a904c..c7bf3f4 100755 --- a/exporters-influxdb/pyExporter/oexport.py +++ b/exporters-influxdb/pyExporter/oexport.py @@ -535,7 +535,7 @@ class OuroborosExporter:      def __init__(self,                   bucket='ouroboros-metrics', -                 config='/home/dstaesse/git/ouroboros_influx_exporter/config.ini', +                 config='./config.ini',                   rib_path='/tmp/ouroboros/'):          point_settings = PointSettings() | 
