diff --git a/config.ini b/config.ini index 2cbfc419e..3eeb3f76c 100644 --- a/config.ini +++ b/config.ini @@ -11,6 +11,9 @@ http_host = "127.0.0.1" http_port = "3000" http_dns = "localhost" +# if running behind a nat set the public ip address here +#http_public = "66.102.11.104" + http_demo_path = "/demos/basic.html" http_panel_path = "/ui/panel" hook_file = "/hook.js"