summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/appsettings.Development.json
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-12-24 23:40:23 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-12-24 23:40:23 -0500
commitbbd021f8736d1496f34a58b12bb0ee6c341d1c5e (patch)
treebd31841d13f8ada582fd6aaf0f97f918449c719a /src/SMAPI.Web/appsettings.Development.json
parent05541c11a72735d79d98cf3ae14d592e70bd8f54 (diff)
downloadSMAPI-bbd021f8736d1496f34a58b12bb0ee6c341d1c5e.tar.gz
SMAPI-bbd021f8736d1496f34a58b12bb0ee6c341d1c5e.tar.bz2
SMAPI-bbd021f8736d1496f34a58b12bb0ee6c341d1c5e.zip
decouple Pastebin client from log parser (#411)
Diffstat (limited to 'src/SMAPI.Web/appsettings.Development.json')
-rw-r--r--src/SMAPI.Web/appsettings.Development.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/SMAPI.Web/appsettings.Development.json b/src/SMAPI.Web/appsettings.Development.json
index 4602d1ed..45fc30f3 100644
--- a/src/SMAPI.Web/appsettings.Development.json
+++ b/src/SMAPI.Web/appsettings.Development.json
@@ -18,11 +18,12 @@
},
"ApiClients": {
"GitHubUsername": null,
- "GitHubPassword": null
- },
- "LogParser": {
- "SectionUrl": "http://localhost:59482/log/",
+ "GitHubPassword": null,
+
"PastebinUserKey": null,
"PastebinDevKey": null
+ },
+ "LogParser": {
+ "SectionUrl": "http://localhost:59482/log/"
}
}