diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-28 14:05:29 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-28 14:05:29 -0400 |
commit | 790a62920b15f1f948724f5b2a70a937829355dd (patch) | |
tree | 03b14ba6c13f93ba60f57f5cbb3b5797318d3007 /src/SMAPI.Web/Framework/ConfigModels | |
parent | f895fedc6aa12742842c97e536b5bf2e5ca3553c (diff) | |
download | SMAPI-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.cs | 3 |
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; } } |