Parent Directory
|
Revision Log
Initial commit
| 1 | sysadm | 1.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-testing | ||
| 6 | bbs_name MyBBS | ||
| 7 | bbs_server localhost | ||
| 8 | # bbs_address 0.0.0.0 | ||
| 9 | bbs_port 2323 | ||
| 10 | bbs_ssh_port 2322 | ||
| 11 | bbs_max_client 1000 # Keep it as low as possible for better performance | ||
| 12 | bbs_max_client_per_ip 2 | ||
| 13 | bbs_start_dt 2026-01-01 | ||
| 14 | bbs_sys_id 1 | ||
| 15 | db_host mysql | ||
| 16 | db_username lbbs | ||
| 17 | db_password YjM2ZmRmODNmYmE | ||
| 18 | db_database lbbs | ||
| 19 | db_timezone +08:00 # Keep it consistent with database setting |
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |