|
@@ -39,7 +39,7 @@ HTTP_PORT = Config(
|
|
|
key="http_port",
|
|
key="http_port",
|
|
|
help="HTTP Port to bind to",
|
|
help="HTTP Port to bind to",
|
|
|
type=int,
|
|
type=int,
|
|
|
- default=8088)
|
|
|
|
|
|
|
+ default=8888)
|
|
|
SSL_CERTIFICATE = Config(
|
|
SSL_CERTIFICATE = Config(
|
|
|
key="ssl_certificate",
|
|
key="ssl_certificate",
|
|
|
help="Filename of SSL Certificate",
|
|
help="Filename of SSL Certificate",
|