summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/appsettings.Development.json
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-12-25 10:42:18 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-12-25 10:42:18 -0500
commitf20e804622e8892a090a6678aa38f32898e0d433 (patch)
tree0527dd7a06d3def685fc2f913efdb6e65360103d /src/SMAPI.Web/appsettings.Development.json
parentbbd021f8736d1496f34a58b12bb0ee6c341d1c5e (diff)
parentc90b821a43bd98c3268a25a324f10a1f2055d7ac (diff)
downloadSMAPI-f20e804622e8892a090a6678aa38f32898e0d433.tar.gz
SMAPI-f20e804622e8892a090a6678aa38f32898e0d433.tar.bz2
SMAPI-f20e804622e8892a090a6678aa38f32898e0d433.zip
Merge branch 'feature/download-page' into develop
Diffstat (limited to 'src/SMAPI.Web/appsettings.Development.json')
-rw-r--r--src/SMAPI.Web/appsettings.Development.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/SMAPI.Web/appsettings.Development.json b/src/SMAPI.Web/appsettings.Development.json
index 45fc30f3..495af120 100644
--- a/src/SMAPI.Web/appsettings.Development.json
+++ b/src/SMAPI.Web/appsettings.Development.json
@@ -16,14 +16,15 @@
"Microsoft": "Information"
}
},
+ "Context": {
+ "RootUrl": "http://localhost:59482/",
+ "LogParserUrl": "http://localhost:59482/log/"
+ },
"ApiClients": {
"GitHubUsername": null,
"GitHubPassword": null,
"PastebinUserKey": null,
"PastebinDevKey": null
- },
- "LogParser": {
- "SectionUrl": "http://localhost:59482/log/"
}
}