2016-12-22 00:13:24 -08:00
{
"ListenIP" : "127.0.0.1" ,
"Port" : 8080 ,
2020-05-27 20:50:49 +02:00
"FirstPage" : [ "index.html" , "firstrun.html" , "1.html" ] ,
2023-12-07 11:23:39 -08:00
"Username" : "" ,
2016-12-22 00:13:24 -08:00
"UseFastCGI" : false ,
2020-04-02 00:44:54 +02:00
"DebugMode" : false ,
2016-12-22 00:13:24 -08:00
"DocumentRoot" : "html" ,
"TemplateDir" : "templates" ,
"LogDir" : "log" ,
2023-12-05 11:57:52 -08:00
"DBtype" : "mysql|postgres|sqlite3" ,
"_DBtype_info" : "DBtype refers to the SQL server/library gochan will connect to" ,
2020-07-08 21:15:02 +02:00
"DBhost" : "127.0.0.1:3306" ,
2023-12-05 11:57:52 -08:00
"_DBhost_info" : "The domain:port or UNIX socket of the form 'unix(/path/to/socket)' of the MySQL/MariaDB or Postgres server, or the path to a SQLite3 database file, (DB file will be created if it doesn't exist)" ,
2016-12-22 00:13:24 -08:00
"DBname" : "gochan" ,
"DBusername" : "gochan" ,
"DBpassword" : "" ,
2018-08-23 17:37:00 -07:00
"DBprefix" : "gc_" ,
2023-12-05 11:57:52 -08:00
"_DBprefix_info" : "The prefix automataically applied to tables when the database is being provisioned and queried" ,
2016-12-22 00:13:24 -08:00
"Lockdown" : false ,
"LockdownMessage" : "This imageboard has temporarily disabled posting. We apologize for the inconvenience" ,
"Modboard" : "staff" ,
"SiteName" : "Gochan" ,
"SiteSlogan" : "" ,
"SiteDomain" : "127.0.0.1" ,
2021-07-11 11:51:29 -07:00
"WebRoot" : "/" ,
2016-12-22 00:13:24 -08:00
2018-12-01 12:13:33 -08:00
"Styles" : [
{ "Name" : "Pipes" , "Filename" : "pipes.css" } ,
2021-03-23 00:05:51 -07:00
{ "Name" : "BunkerChan" , "Filename" : "bunkerchan.css" } ,
2019-02-16 19:18:00 -08:00
{ "Name" : "Burichan" , "Filename" : "burichan.css" } ,
2021-03-24 11:26:58 -07:00
{ "Name" : "Clear" , "Filename" : "clear.css" } ,
{ "Name" : "Dark" , "Filename" : "dark.css" } ,
2021-03-22 09:54:08 -07:00
{ "Name" : "Photon" , "Filename" : "photon.css" } ,
2021-03-23 00:05:51 -07:00
{ "Name" : "Yotsuba" , "Filename" : "yotsuba.css" } ,
2022-01-16 21:13:56 -08:00
{ "Name" : "Yotsuba B" , "Filename" : "yotsubab.css" } ,
{ "Name" : "Windows 9x" , "Filename" : "win9x.css" }
2018-12-01 12:13:33 -08:00
] ,
"DefaultStyle" : "pipes.css" ,
2016-12-22 00:13:24 -08:00
2023-04-10 15:25:57 -07:00
"Banners" : [
{ "Filename" : "gochan_go-parody.png" , "Width" : 300 , "Height" : 100 }
] ,
2016-12-22 00:13:24 -08:00
"AllowDuplicateImages" : true ,
2018-02-03 10:21:45 -08:00
"AllowVideoUploads" : true ,
2016-12-22 00:13:24 -08:00
"NewThreadDelay" : 30 ,
"ReplyDelay" : 7 ,
"MaxLineLength" : 150 ,
2018-08-09 00:04:45 -07:00
"ReservedTrips" : [
"thischangesto##this" ,
"andthischangesto##this"
2016-12-22 00:13:24 -08:00
] ,
"ThumbWidth" : 200 ,
"ThumbHeight" : 200 ,
2021-07-11 18:12:02 -07:00
"ThumbWidthReply" : 125 ,
"ThumbHeightReply" : 125 ,
"ThumbWidthCatalog" : 50 ,
"ThumbHeightCatalog" : 50 ,
2016-12-22 00:13:24 -08:00
2023-06-02 12:52:18 -07:00
"AllowOtherExtensions" : {
".zip" : "archivethumb.png" ,
".pdf" : "pdfthumb.png" ,
".dat" : "otherthumb.png"
} ,
2023-04-28 15:07:53 -07:00
"StripImageMetadata" : "none" ,
"ExifToolPath" : "" ,
2018-08-09 00:04:45 -07:00
"ThreadsPerPage" : 15 ,
2016-12-22 00:13:24 -08:00
"RepliesOnBoardPage" : 3 ,
"StickyRepliesOnBoardPage" : 1 ,
"BanColors" : [
2018-08-09 00:04:45 -07:00
"admin:#0000A0" ,
"somemod:blue"
2016-12-22 00:13:24 -08:00
] ,
2021-08-01 22:44:53 -07:00
"BanMessage" : "USER WAS BANNED FOR THIS POST" ,
"EnableEmbeds" : true ,
2016-12-22 00:13:24 -08:00
"EmbedWidth" : 200 ,
"EmbedHeight" : 164 ,
"ImagesOpenNewTab" : true ,
"NewTabOnOutlinks" : true ,
2017-08-19 19:10:03 -07:00
2019-12-11 20:33:02 -08:00
"MinifyHTML" : true ,
"MinifyJS" : true ,
2022-06-28 14:59:12 -07:00
"DateTimeFormat" : "Mon, January 02, 2006 3:04 PM" ,
2022-12-20 13:18:29 -08:00
"_Captcha" : {
"Type" : "hcaptcha" ,
2022-12-20 14:29:27 -08:00
"OnlyNeededForThreads" : true ,
2022-12-20 13:18:29 -08:00
"SiteKey" : "your site key goes here (if you want a captcha, make sure to replace '_Captcha' with 'Captcha'" ,
"AccountSecret" : "your account secret key goes here"
} ,
2024-01-17 07:48:32 -08:00
"_GeoIPType" : "mmdb" ,
"_GeoIPOptions" : {
"dbLocation" : "/usr/share/geoip/GeoIP2.mmdb" ,
"isoCode" : "en"
} ,
2023-12-06 14:54:51 -08:00
"EnableGeoIP" : false ,
2022-12-17 11:05:48 -08:00
"MaxRecentPosts" : 12 ,
2019-02-16 19:18:00 -08:00
"RecentPostsWithNoFile" : false ,
2018-06-20 17:46:00 -07:00
"Verbosity" : 0 ,
2016-12-22 00:13:24 -08:00
"EnableAppeals" : true ,
2018-08-09 00:04:45 -07:00
"MaxLogDays" : 14 ,
2023-12-05 11:57:52 -08:00
"RandomSeed" : "" ,
"_RandomSeed_info" : "Set RandomSeed to a (preferrably large) string of letters and numbers"
2016-12-22 00:13:24 -08:00
}