mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-03 11:46:22 -07:00
85 lines
No EOL
1.9 KiB
INI
85 lines
No EOL
1.9 KiB
INI
[server]
|
|
domain = gochan.net
|
|
port = 8080
|
|
first_page = board.html,index.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 = root
|
|
password = passwd
|
|
prefix = gochan
|
|
keepalive = false
|
|
|
|
[gochan]
|
|
lockdown = false
|
|
lockdown_message = This is the message displayed to a user if they try to post when lockdown is set to true.
|
|
sillytags = Admin,Mod,Janitor,Faget,Kick me,Derpy
|
|
use_sillytags = false
|
|
mod_board = secretmodfun
|
|
|
|
[site]
|
|
name = Gochan
|
|
slogan = "Do you like mmmmbananas?"
|
|
headerurl =
|
|
webfolder = /
|
|
domain = gochan.net
|
|
|
|
[styles]
|
|
styles = pipes,burichan,futaba,braeburn
|
|
default_style = pipes
|
|
styles_txt = buritxt,futaba
|
|
default_txt_style = buritxt
|
|
|
|
[posting]
|
|
allow_duplicate_images = true
|
|
new_thread_delay = 30
|
|
reply_delay = 7
|
|
max_line_length = 150
|
|
reserved_trips = "#from:To,#changeme2:changeme2"
|
|
|
|
[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
|
|
replies_on_boardpage = 3
|
|
sticky_replies_on_boardpage = 1
|
|
gen_last50_page = true
|
|
gen_first100_page = false
|
|
ban_colors = admin:#0000A0,mod#FF1493
|
|
ban_msg = <br /><span style=\"color: \""+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]
|
|
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 = DONT Taz3 m3 br0hgyuftyufrtderydrtiygyuigtd5456w53eyrtdughu
|
|
enable_geoip = true
|
|
geoip_location = /usr/share/GeoIP/GeoIP.dat |