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:
parent
9d0c8d4149
commit
add7f590e0
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue