* added debug protocol flag
[citadel.git] / ctdlphp / config_ctdlclient.php
1 <?PHP
2 #could be: "uncensored.citadel.org"
3 # or the path of the unix domain socket: /var/run/citadel/citadel.sock
4 define('CITADEL_HOSTNAME',"127.0.0.1");
5
6 #make it 0 to use unix domain sockets
7 define('CITADEL_TCP_PORTNO','504');
8
9 #do you want to see the server conversation for exploring the protocol?
10 define('CITADEL_DEBUG_CITPROTO',1);
11 ?>