From 21e15813c07ba50a55fc42ae8c28642009f346c0 Mon Sep 17 00:00:00 2001 From: Nathaniel Nation Date: Wed, 20 Feb 2019 23:43:35 -0500 Subject: [PATCH] Update _Development/README.md Include the need for appsettings.json in the monitor folder --- _Development/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_Development/README.md b/_Development/README.md index c284956..f404a6a 100644 --- a/_Development/README.md +++ b/_Development/README.md @@ -11,4 +11,6 @@ However, you should be carefull to not mess up your files when you commit using ## Setup PT Magic for development 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 \ No newline at end of file +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 \ No newline at end of file