From c214b7b83531ab72411583cea9688b23cc94efa3 Mon Sep 17 00:00:00 2001 From: Thl CMK <thl-cmk@outlook.com> Date: Wed, 1 Feb 2023 20:27:32 +0100 Subject: [PATCH] clean open-pnp.toml --- pnp/README.md | 4 ++-- pnp/open-pnp.toml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnp/README.md b/pnp/README.md index 38a8590..3ede2d3 100644 --- a/pnp/README.md +++ b/pnp/README.md @@ -56,7 +56,7 @@ on Linux (.venv) :~/cisco_day0_provision/pnp$pip3 install flask xmltodict requests ifaddr tomli # run the pnp server -(.venv) :~/cisco_day0_provision/pnp$ python3 open-pnp.py +(.venv) :~/cisco_day0_provision/pnp$ ./open-pnp.py --config_url http://192.168.10.133:8080/configs --image_url http://192.168.10.133:8080/images Running PnP server. Stop with ctrl+c Bind to IP-address : 0.0.0.0 @@ -78,7 +78,7 @@ c:\cisco_day0_provision\pnp>.venv\Scripts\activate.bat (.venv)c:\cisco_day0_provision\pnp>pip install flask xmltodict requests ifaddr tomli -(.venv)c:\cisco_day0_provision\pnp>python open-pnp.py +(.venv)c:\cisco_day0_provision\pnp>python open-pnp.py --config_url http://192.168.10.133:8080/configs --image_url http://192.168.10.133:8080/images Running PnP server. Stop with ctrl+c Bind to IP-address : :: diff --git a/pnp/open-pnp.toml b/pnp/open-pnp.toml index 303747c..2f0fcde 100644 --- a/pnp/open-pnp.toml +++ b/pnp/open-pnp.toml @@ -3,11 +3,11 @@ # bind_pnp_server = "::" # port = 8080 # time_format = "%y-%m-%dt%h:%m:%s" -status_refresh = 10 +# status_refresh = 10 # debug = false # log_to_file = true # log_file = "log/pnp_debug.log" # default_cfg_file = "default.cfg" # image_data = "images.toml" -image_url = "http://192.168.10.133:8080/images" -config_url = "http://192.168.10.133:8080/configs" +# image_url = "http://192.168.10.133:8080/images" +# config_url = "http://192.168.10.133:8080/configs" -- GitLab