diff --git a/pnp/README.md b/pnp/README.md index 38a859080a5a2a5338212e95f3af243e8e156f7c..3ede2d38b32be4ddb5fd0d71c17a1cb62c620832 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 303747c371f1d906c559f1331da016e4f6dd9d2b..2f0fcdeeb7ba83ded87d34de73b0ea3089bf5748 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"