grrr, forgot about windows -.-
This commit is contained in:
parent
bb8958fa14
commit
cbafd72bcc
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue