summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/appsettings.Development.json
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-11-01 17:42:18 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-11-01 17:42:18 -0400
commite0b72374cd14298aacc6f71dc391fdc9814be37c (patch)
tree2e5d85937c34539c1a0df48423b5136508693ca8 /src/SMAPI.Web/appsettings.Development.json
parent79118316065a01322d8ea12a14589ec016794c32 (diff)
parent089e6de749ae7cb109af00164d2597c6644c255e (diff)
downloadSMAPI-e0b72374cd14298aacc6f71dc391fdc9814be37c.tar.gz
SMAPI-e0b72374cd14298aacc6f71dc391fdc9814be37c.tar.bz2
SMAPI-e0b72374cd14298aacc6f71dc391fdc9814be37c.zip
Merge branch 'develop' into stable
Diffstat (limited to 'src/SMAPI.Web/appsettings.Development.json')
-rw-r--r--src/SMAPI.Web/appsettings.Development.json20
1 files changed, 19 insertions, 1 deletions
diff --git a/src/SMAPI.Web/appsettings.Development.json b/src/SMAPI.Web/appsettings.Development.json
index fa8ce71a..87c35ca9 100644
--- a/src/SMAPI.Web/appsettings.Development.json
+++ b/src/SMAPI.Web/appsettings.Development.json
@@ -1,4 +1,13 @@
-{
+/*
+
+
+ This file is committed to source control with the default settings, but added to .gitignore to
+ avoid accidentally committing login details.
+
+
+
+*/
+{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
@@ -6,5 +15,14 @@
"System": "Information",
"Microsoft": "Information"
}
+ },
+ "ModUpdateCheck": {
+ "GitHubUsername": null,
+ "GitHubPassword": null
+ },
+ "LogParser": {
+ "SectionUrl": "http://localhost:59482/log/",
+ "PastebinUserKey": null,
+ "PastebinDevKey": null
}
}