From 5b65e405f3837f7c237d6def32efdc604fb667f6 Mon Sep 17 00:00:00 2001 From: HojouFotytu <36724681+HojouFotytu@users.noreply.github.com> Date: Sat, 18 Jan 2020 10:29:39 +0900 Subject: [PATCH] modify default port --- _Development/DevSettings/settings.general.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_Development/DevSettings/settings.general.json b/_Development/DevSettings/settings.general.json index 920f449..040d9cd 100644 --- a/_Development/DevSettings/settings.general.json +++ b/_Development/DevSettings/settings.general.json @@ -19,7 +19,7 @@ "Monitor": { "IsPasswordProtected": true, // Defines if your monitor will be asking to setup a password on its first start "OpenBrowserOnStart": false, // If active, a browser window will open as soon as you start the monitor - "Port": 5000, // The port you want to run your monitor on + "Port": 8080, // The port you want to run your monitor on "RootUrl": "/", // The root Url of your monitor "AnalyzerChart": "", // By default the chart on the Market Analyzer page will use your default currency against USD. You can change that here. (eg., BTCEUR) "GraphIntervalMinutes": 60, // The interval for the monitor market trend graph to draw points