Skip to content

Instantly share code, notes, and snippets.

@FunPika
FunPika / config.local.inc.php
Last active December 16, 2015 11:39
My ACC configuration.
<?php
ini_set('display_errors', 1);
error_reporting(-1);
$toolserver_username = "username";
$toolserver_password = "password";
$toolserver_host = "localhost";
$toolserver_database = "acc";
#I don't even really care about the notify db or the antispoof db on my local install currently,
#but setting them anyways