summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Framework/ConfigModels
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-10-28 14:05:29 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-10-28 14:05:29 -0400
commit790a62920b15f1f948724f5b2a70a937829355dd (patch)
tree03b14ba6c13f93ba60f57f5cbb3b5797318d3007 /src/SMAPI.Web/Framework/ConfigModels
parentf895fedc6aa12742842c97e536b5bf2e5ca3553c (diff)
downloadSMAPI-790a62920b15f1f948724f5b2a70a937829355dd.tar.gz
SMAPI-790a62920b15f1f948724f5b2a70a937829355dd.tar.bz2
SMAPI-790a62920b15f1f948724f5b2a70a937829355dd.zip
link pastes to Pastebin account & tweak paste options (#358)
Diffstat (limited to 'src/SMAPI.Web/Framework/ConfigModels')
-rw-r--r--src/SMAPI.Web/Framework/ConfigModels/LogParserConfig.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SMAPI.Web/Framework/ConfigModels/LogParserConfig.cs b/src/SMAPI.Web/Framework/ConfigModels/LogParserConfig.cs
index 18d8ff05..df5d605d 100644
--- a/src/SMAPI.Web/Framework/ConfigModels/LogParserConfig.cs
+++ b/src/SMAPI.Web/Framework/ConfigModels/LogParserConfig.cs
@@ -15,6 +15,9 @@ namespace StardewModdingAPI.Web.Framework.ConfigModels
/// <summary>The user agent for the Pastebin API client, where {0} is the SMAPI version.</summary>
public string PastebinUserAgent { get; set; }
+ /// <summary>The user key used to authenticate with the Pastebin API.</summary>
+ public string PastebinUserKey { get; set; }
+
/// <summary>The developer key used to authenticate with the Pastebin API.</summary>
public string PastebinDevKey { get; set; }
}