summaryrefslogtreecommitdiff
path: root/config/config_MessegeServer.php
blob: ce7c7c3a230e8d410cb7b228b9fa7fde15243fbf (plain)
1
2
3
4
5
6
7
<?php
  // Set the ip and port we will listen on
  define(SERVER_ADDRESS, "127.0.0.1");
  define(SERVER_PORT, 9000);

  define(DEBUG, true);
?>