mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-15 13:06:24 -07:00
86 lines
2 KiB
INI
86 lines
2 KiB
INI
[server]
|
|
domain = 127.0.0.1
|
|
port = 8080
|
|
first_page = index.html,board.html
|
|
error_404_path = /error/404.html
|
|
error_500_path = /error/500.html
|
|
username = gochan
|
|
|
|
[directories]
|
|
document_root = html
|
|
template_dir = templates
|
|
log_dir = log
|
|
|
|
[database]
|
|
type = mysql
|
|
host = unix:/var/run/mysqld/mysqld.sock
|
|
name = gochan
|
|
username = username
|
|
password = password
|
|
prefix = gochan
|
|
keepalive = false
|
|
|
|
[gochan]
|
|
lockdown = false
|
|
lockdown_message = This imageboard has temporarily disabled posting. We apologize for the inconvenience
|
|
sillytags = Admin,Mod,Janitor,Faget,Kick me,Tiny Tim,Derpy,Troll,worst pony
|
|
use_sillytags = false
|
|
mod_board = staff
|
|
|
|
[site]
|
|
name = Gochan
|
|
slogan = Gochan testing site
|
|
headerurl =
|
|
webfolder = /
|
|
|
|
[styles]
|
|
styles = pipes
|
|
default_style = pipes
|
|
styles_txt = pipes
|
|
default_txt_style = pipes
|
|
|
|
[posting]
|
|
allow_duplicate_images = true
|
|
new_thread_delay = 30
|
|
reply_delay = 7
|
|
max_line_length = 150
|
|
reserved_trips = "#thischangesto:this,#andthischangesto,this2"
|
|
|
|
[thumbnails]
|
|
thumb_width = 200
|
|
thumb_height = 200
|
|
reply_thumb_width = 125
|
|
reply_thumb_height = 125
|
|
catalog_thumb_width = 50
|
|
catalog_thumb_height = 50
|
|
|
|
[threads]
|
|
img_threads_per_page = 10
|
|
txt_threads_per_page = 15
|
|
posts_per_threadpage = 50
|
|
replies_on_boardpage = 3
|
|
sticky_replies_on_boardpage = 1
|
|
gen_last50_page = true
|
|
gen_first100_page = false
|
|
ban_colors = admin:#0000A0
|
|
ban_msg = <br /><span style=\"color: \""+GB_BANCOLOR+"\"><b>(USER WAS BANNED FOR THIS POST)</b></span>
|
|
youtube_width = 200
|
|
youtube_height = 164
|
|
expand_button = true
|
|
images_open_new_tab = true
|
|
make_urls_hyperlinked = true
|
|
new_tab_on_outlinks = true
|
|
quick_reply = true
|
|
|
|
[misc]
|
|
datetime_format = Mon, January 02, 2006 15:04 PM
|
|
default_ban_reason =
|
|
enable_geoip = true
|
|
max_recent_posts = 10
|
|
make_rss = true
|
|
make_sitemap = true
|
|
enable_appeals = true
|
|
max_modlog_days = 14
|
|
random_seed = ahitewyt78tyhuithgipergrg89pwhre89gye8gpweytuoyr8gohueiogyrehiugohifheauigaehiujieraugyhrejhui
|
|
enable_geoip = true
|
|
geoip_location = /usr/share/GeoIP/GeoIP.dat
|