grrr, forgot about windows -.-

This commit is contained in:
Daniel 2017-01-27 00:49:24 +00:00
parent bb8958fa14
commit cbafd72bcc
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ from urllib.parse import urlparse, parse_qs
VERSION = "0.0.5"
BASEDIR = "."
# Set BASEPATH to something like "/home/hass/.homeasssitant" if you're not running the configurator from that path
BASEPATH = "."
BASEPATH = None
LISTENIP = "0.0.0.0"
LISTENPORT = 3218
BOOTSTRAPAPI = "http://127.0.0.1:8123/api/bootstrap"

View file

@ -14,7 +14,7 @@ from urllib.parse import urlparse, parse_qs
VERSION = "0.0.5"
BASEDIR = "."
# Set BASEPATH to something like "/home/hass/.homeasssitant" if you're not running the configurator from that path
BASEPATH = "."
BASEPATH = None
LISTENIP = "0.0.0.0"
LISTENPORT = 3218
BOOTSTRAPAPI = "http://127.0.0.1:8123/api/bootstrap"