various stuff... initial coding mostly
[xmppcentral.git] / etc / config.php
1 <?php
2
3 // the main config file everything will read
4 $XMPP_SERVER="localhost";
5 $XMPP_DOMAIN="localhost";
6 $XMPP_SYSTEM_PASSWORD="password";
7 $XMPP_HOSTNAME_PASSWORD="password";
8
9 ?>