Merge pull request #69 from nnation/develop

Update _Development/README.md
This commit is contained in:
HojouFotytu 2019-02-21 22:40:24 +09:00 committed by GitHub
commit 52a27c3467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -705,7 +705,7 @@ namespace Core.Main
this.Log.DoLogInfo("No FreeCurrencyConverterApi KEY specified, you can only use USD; apply for a key at: https://freecurrencyrates.com/en");
}
}
catch (System.NullReferenceException ex)
catch (System.NullReferenceException)
{
this.Log.DoLogError("PTM failed to read the Config File. That means something in the File is either missing or incorrect. If this happend after an update please take a look at the release notes at: https://github.com/PTMagicians/PTMagic/releases");
}

View File

@ -12,3 +12,5 @@ However, you should be carefull to not mess up your files when you commit using
1. Copy settings.analyzer.json and settings.general.json from /_Development/DevSettings to /PTMagic
2. Setup a Profit Trailer instance for development (for example in _Development/LocalProfitTrailer)
3. Adjust the necessary values in settings.general.json to your needs
4. Copy appsettings.json from /_Development/DevSettings/Monitor to /PTMagic/Monitor
5. In the appsettings.json file, set the value for PTMagicBasePath development /PTMagic path