From 1302c8807ba1af8573a866e7e67b467300c0a7b9 Mon Sep 17 00:00:00 2001 From: HojouFotytu <36724681+HojouFotytu@users.noreply.github.com> Date: Sat, 25 Jan 2020 17:00:51 +0900 Subject: [PATCH] settings.general fixes --- .../_defaults/_default settings PT 2.x/settings.general.json | 2 +- _Development/DevSettings/settings.general.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/PTMagic/_defaults/_default settings PT 2.x/settings.general.json b/PTMagic/_defaults/_default settings PT 2.x/settings.general.json index e3d5dce..e594c7b 100644 --- a/PTMagic/_defaults/_default settings PT 2.x/settings.general.json +++ b/PTMagic/_defaults/_default settings PT 2.x/settings.general.json @@ -22,7 +22,7 @@ "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 "RootUrl": "/", // The root Url of your monitor - "AnalyzerChart":, // By default the chart on the market analyzer page displays your base currency against USD. You may change this if you like (eg., BTCEUR) + "AnalyzerChart":"", // By default the chart on the market analyzer page displays your base currency against USD. You may change this if you like (eg., BTCEUR) "GraphIntervalMinutes": 60, // The interval for the monitor market trend graph to draw points "GraphMaxTimeframeHours": 24, // This will enable you to define the timeframe that your graph for market trends covers "RefreshSeconds": 30, // The refresh interval of your monitor main page diff --git a/_Development/DevSettings/settings.general.json b/_Development/DevSettings/settings.general.json index 040d9cd..bb38a61 100644 --- a/_Development/DevSettings/settings.general.json +++ b/_Development/DevSettings/settings.general.json @@ -14,7 +14,8 @@ "MainFiatCurrency": "USD", // Your main fiat currency that will be used in the monitor "FloodProtectionMinutes": 0, // If a price trend is just zig-zagging around its trigger, you may want to protect your settings from getting switched back and forth every minute "InstanceName": "PT Magic", // The name of the instance of this bot. This will be used in your monitor and your Telegram messages. In case you are running more than one bot, you may set different names to separate them - "CoinMarketCapAPIKey": "" //CoinMarketCap Api + "CoinMarketCapAPIKey": "", //CoinMarketCap Api + "FreeCurrencyConverterAPIKey": "" // If "MainFiatCurrency" above is anything other than USD, you must obtain an API key from https://free.currencyconverterapi.com/free-api-key }, "Monitor": { "IsPasswordProtected": true, // Defines if your monitor will be asking to setup a password on its first start