summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/Interpreter.h')
-rw-r--r--src/uscxml/Interpreter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/uscxml/Interpreter.h b/src/uscxml/Interpreter.h
index 66379f9..70fb888 100644
--- a/src/uscxml/Interpreter.h
+++ b/src/uscxml/Interpreter.h
@@ -114,9 +114,9 @@ public:
withHTTPS(true),
withWS(true),
logLevel(0),
- httpPort(0),
- httpsPort(0),
- wsPort(0) {
+ httpPort(5080),
+ httpsPort(5443),
+ wsPort(5081) {
}
bool withDebugger;