From ed03048828d83afa555c97f0ccfbeaa6e84ead6a Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 28 Oct 2017 11:52:01 -0400 Subject: fix log parser section URL on web-edge (#358) --- src/SMAPI.Web/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/SMAPI.Web/appsettings.json b/src/SMAPI.Web/appsettings.json index 1b5c35cd..f99748d6 100644 --- a/src/SMAPI.Web/appsettings.json +++ b/src/SMAPI.Web/appsettings.json @@ -28,7 +28,7 @@ "NexusModUrlFormat": "mods/{0}" }, "LogParser": { - "SectionUrl": "https://log.smapi.io/", + "SectionUrl": null, /* set via environment properties */ "PastebinBaseUrl": "https://pastebin.com/", "PastebinUserAgent": "SMAPI/{0} (+https://github.com/Pathoschild/SMAPI)", "PastebinDevKey": "b8219d942109d1e60ebb14fbb45f06f9" -- cgit