config.example.php 179 B

1234567
  1. <?php
  2. define('MYSQL_SERVER','localhost');
  3. define('MYSQL_USER','ircd');
  4. define('MYSQL_PASSWORD','ircd');
  5. define('MYSQL_DATABASE','ircd');
  6. define('HOSTNAME','//localhost/');
  7. ?>