diff --git a/sample-configs/gochan.example.json b/sample-configs/gochan.example.json index 38d8058f..8c14f44f 100644 --- a/sample-configs/gochan.example.json +++ b/sample-configs/gochan.example.json @@ -79,7 +79,7 @@ "MinifyHTML": true, "MinifyJS": true, - "DateTimeFormat": "Mon, January 02, 2006 15:04 PM", + "DateTimeFormat": "Mon, January 02, 2006 3:04 PM", "AkismetAPIKey": "", "UseCaptcha": false, "CaptchaWidth": 240, @@ -87,7 +87,7 @@ "CaptchaMinutesTimeout": 15, "EnableGeoIP": true, "_comment": "set GeoIPDBlocation to cf to use Cloudflare's GeoIP", - "GeoIPDBlocation": "/usr/local/share/GeoIP/GeoIP.dat", + "GeoIPDBlocation": "/usr/share/GeoIP/GeoIP.dat", "MaxRecentPosts": 3, "RecentPostsWithNoFile": false, "Verbosity": 0,