summaryrefslogtreecommitdiffstats
path: root/sample/pttbbs.conf
blob: 343c0299f68580bcf6a84d8ea825f54c8cd0e1c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* 定義 BBS 站名位址 */

#define BBSNAME         "新批踢踢"                   /* 中文站名 */
#define MYHOSTNAME      "ptt2.twbbs.org.tw"          /* 網路位址 */
#define MYIP            "140.112.8.192"              /* IP位址 */
#define BBSUSER         "bbs"
#define BBSUID          9999
#define BBSGID          99

#define MAX_USERS   10000