modify default port
This commit is contained in:
parent
2aaa6f16e8
commit
5b65e405f3
|
@ -19,7 +19,7 @@
|
||||||
"Monitor": {
|
"Monitor": {
|
||||||
"IsPasswordProtected": true, // Defines if your monitor will be asking to setup a password on its first start
|
"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
|
"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
|
"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)
|
"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
|
"GraphIntervalMinutes": 60, // The interval for the monitor market trend graph to draw points
|
||||||
|
|
Loading…
Reference in New Issue