diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-07-06 11:41:08 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-07-06 11:41:08 +0800 |
commit | bf006bc9653ae3e621486c56f9892841b49bf5d7 (patch) | |
tree | e47ca8993a630cbc8da41183c45409de038d78cd /sample/pttbbs.conf | |
parent | 282b585f4f217d84007144877810b70ba2c6dd79 (diff) | |
download | pttbbs-bf006bc9653ae3e621486c56f9892841b49bf5d7.tar pttbbs-bf006bc9653ae3e621486c56f9892841b49bf5d7.tar.gz pttbbs-bf006bc9653ae3e621486c56f9892841b49bf5d7.tar.bz2 pttbbs-bf006bc9653ae3e621486c56f9892841b49bf5d7.tar.lz pttbbs-bf006bc9653ae3e621486c56f9892841b49bf5d7.tar.xz pttbbs-bf006bc9653ae3e621486c56f9892841b49bf5d7.tar.zst pttbbs-bf006bc9653ae3e621486c56f9892841b49bf5d7.zip |
delete blog comments from mbbsd
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@1032 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'sample/pttbbs.conf')
-rw-r--r-- | sample/pttbbs.conf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index 982f0007..8728884f 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -1,3 +1,5 @@ +/* $Id: pttbbs.conf,v 1.14 2003/07/06 03:41:08 in2 Exp $ */ + /* 定義 BBS 站名位址 */ #define BBSNAME "新批踢踢" /* 中文站名 */ #define MYHOSTNAME "ptt2.cc" /* 網路位址 */ @@ -90,7 +92,12 @@ /* 若定義, 則啟動 bbs中連至 BLOG 的 interface 請參閱 pttbbs/blog/ */ -//#define BLOG +//#define BLOGDB_HOST "10.1.1.1" +//#define BLOGDB_USER "USER" +//#define BLOGDB_PASSWD "PASSWORD" +//#define BLOGDB_DB "DATABASE" +//#define BLOGDB_PORT 3306 +//#define BLOGDB_SOCK NULL /* 若定義, 則在文章列表的時候不同日期會標上不同顏色 */ //#define COLORDATE |