diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-10-27 02:10:37 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-10-27 02:10:37 +0800 |
commit | e047ef71ddf07b712307fb36283cd81608d9770b (patch) | |
tree | 6492abccabb4de1269b6088158962e97d0379d5a | |
parent | 9ff5fd166d3a7fdcec3552e61bc84ba29b5e26c2 (diff) | |
download | pttbbs-e047ef71ddf07b712307fb36283cd81608d9770b.tar pttbbs-e047ef71ddf07b712307fb36283cd81608d9770b.tar.gz pttbbs-e047ef71ddf07b712307fb36283cd81608d9770b.tar.bz2 pttbbs-e047ef71ddf07b712307fb36283cd81608d9770b.tar.lz pttbbs-e047ef71ddf07b712307fb36283cd81608d9770b.tar.xz pttbbs-e047ef71ddf07b712307fb36283cd81608d9770b.tar.zst pttbbs-e047ef71ddf07b712307fb36283cd81608d9770b.zip |
new
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@543 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | sample/pttbbs.conf | 63 |
1 files changed, 59 insertions, 4 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index 343c0299..f791f328 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -1,10 +1,65 @@ /* �w�q BBS ���W��} */ +#define BBSNAME "�s����" /* ���寸�W */ +#define MYHOSTNAME "ptt2.cc" /* ������} */ +#define MYIP "140.112.30.143" /* IP��} */ -#define BBSNAME "�s����" /* ���寸�W */ -#define MYHOSTNAME "ptt2.twbbs.org.tw" /* ������} */ -#define MYIP "140.112.8.192" /* IP��} */ +/* �w�q�t�θ�T */ #define BBSUSER "bbs" #define BBSUID 9999 #define BBSGID 99 -#define MAX_USERS 10000 +/* �̤j�s����, �H�����c�N�ϥΨ� post ���j�峹 */ +#define MAX_EDIT_LINE 2048 + +/* �Y�w�q, �h�i�H�K�O���� */ +#define HAVE_FREECLOAK 1 + +/* �i�H�]�w�h���i���e�� */ +#define MULTI_WELCOME_LOGIN + +/* �̤j CPU�t��, �W�L���ɭԱN�ڨM login */ +#define MAX_CPULOAD 400 + +/* �̦h���U�H��, �C�ӤH�|�α� 21 bytes �� shared-memory */ +#define MAX_USERS 150000 + +/* �̦h�P�ɤW�u�H��, �C�ӤH�|�α� 3456 bytes �� shared-memory */ +#define MAX_ACTIVE 4096 + +/* �H�H�� relay server */ +#define RELAY_SERVER_IP "140.112.30.144" // to pttx + +/* ���Y��m */ +#define TITLE_COLOR "\33[0;1;37;46m" + +/* �Y�w�q, �h�Ҧ��s��峹�̤U�賣�|�[�J�s��ӷ�. + �_�h�u�� SYSOP�O�|�[�J�ӷ� */ +//#define ALL_REEDIT_LOG + +/* �w�q�ݪO�n�ͦW��N�|�b�X�����ᥢ�ıj������ */ +#define HBFLexpire 432000 + +/* �O�D�i�H���j�g H�������λP�_ */ +#define BMCHS + +/* ���y��z, �ݪO�ƥ������~���{�� */ +#define OUTJOBSPOOL + +/* �Y�w�q, �h�����|���L */ +#define NO_GAMBLE + +/* �i�ʺA�z�L GLOBALVAR[9]�վ�ϥΪ̤W�� */ +#define DYMAX_ACTIVE + +/* �{���̦h�i�H�]�h�[ (in min) �]�������ɭԷ|�X�{�]������ process */ +#define CPULIMIT 1 + +/* �Y�{������, �|���� 86400 ���H�� gdb�� attach */ +#define DEBUGSLEEP + +/* �Τ@�ө_�Ǫ��Ʀr���ˬd�ڪ��̷R�M�ݪO�C���O�_���~ */ +#define MEM_CHECK 0x98761234 + +/* �e�i���e�� */ +#define INSCREEN \ +"�e�����e��" |