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

Annotation of /lbbs/conf/bbsd.conf.default

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (hide annotations)
Thu Jun 5 08:36:02 2025 UTC (9 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.4: +1 -1 lines
Listen at both telnet and ssh port

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

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