diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-27 21:10:36 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-27 21:10:36 -0400 |
commit | 3f43ebcc0e31db523fa82a163374cebf2f577cde (patch) | |
tree | 8b41f6cdd9f2894638e7be94e7268220184a9c76 /src/SMAPI.Web/appsettings.json | |
parent | ad5bb5b49af49c4668fd30fb2a0e606dcefe4ec0 (diff) | |
download | SMAPI-3f43ebcc0e31db523fa82a163374cebf2f577cde.tar.gz SMAPI-3f43ebcc0e31db523fa82a163374cebf2f577cde.tar.bz2 SMAPI-3f43ebcc0e31db523fa82a163374cebf2f577cde.zip |
fix issues with subdomain routing in log UI (#358)
Diffstat (limited to 'src/SMAPI.Web/appsettings.json')
-rw-r--r-- | src/SMAPI.Web/appsettings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI.Web/appsettings.json b/src/SMAPI.Web/appsettings.json index ca1299ce..1b5c35cd 100644 --- a/src/SMAPI.Web/appsettings.json +++ b/src/SMAPI.Web/appsettings.json @@ -28,6 +28,7 @@ "NexusModUrlFormat": "mods/{0}" }, "LogParser": { + "SectionUrl": "https://log.smapi.io/", "PastebinBaseUrl": "https://pastebin.com/", "PastebinUserAgent": "SMAPI/{0} (+https://github.com/Pathoschild/SMAPI)", "PastebinDevKey": "b8219d942109d1e60ebb14fbb45f06f9" |