engelsystem/includes/config_MessegeServer.php
ichdasich b00d5b96c6 moved /inc to ../includes
git-svn-id: svn://svn.cccv.de/engel-system@281 29ba0400-6e00-0410-a75a-ca02368028f8
2008-09-10 03:42:44 +00:00

8 lines
139 B
PHP

<?
// Set the ip and port we will listen on
define( SERVER_ADDRESS, "127.0.0.1" );
define( SERVER_PORT, 9000 );
define( DEBUG, TRUE);
?>