1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-24 08:46:24 -07:00

Use 12-hour format for post times in gochan.example.json

Also fix GeoIPDBlocation path
This commit is contained in:
Eggbertx 2022-06-28 14:59:12 -07:00
parent 9d0c8d4149
commit add7f590e0

View file

@ -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,