/[LeafOK_CVS]/lbbs/conf/bbsd.conf.default
ViewVC logotype

Contents of /lbbs/conf/bbsd.conf.default

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (show annotations)
Fri Oct 10 01:55:06 2025 UTC (5 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.6: +1 -0 lines
Notify the author(s) of replied of topic / article in article_reply()

1 # Config item name is case-insensitive
2 # Config item value should NOT contain any space
3 # Optional comment after item value is allowed
4
5 bbs_id LBBS-devel
6 bbs_name MyBBS
7 bbs_server localhost
8 # bbs_address 0.0.0.0
9 bbs_port 23
10 bbs_ssh_port 22
11 bbs_max_client 1000 # Keep it as low as possible for better performance
12 bbs_max_client_per_ip 2
13 bbs_max_user 10000
14 bbs_start_dt 2003-12-31
15 bbs_sys_id 1
16 db_host localhost
17 db_username user
18 db_password pass
19 db_database db
20 db_timezone +08:00 # Keep it consistent with database setting

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1