Skip to content

Commit

Permalink
Esempio config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fexys committed May 23, 2012
1 parent 5613b20 commit 028a063
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config.php → config.sample.php
Expand Up @@ -2,11 +2,15 @@

date_default_timezone_set('Europe/Rome');

define('VERSION', '0.1.0a');
define('VERSION', '0.2.0a');

define('LOG_DIR', 'logs/');
define('COMMAND_DIR', 'commands/');
define('DATABASE_DIR', 'database/');

$config['database']['host'] = 'localhost';
$config['database']['user'] = 'user';
$config['database']['name'] = 'name';
$config['database']['password'] = 'password';

$config['server'] = 'irc.freenode.net';
$config['port'] = 6667;
Expand Down

0 comments on commit 028a063

Please sign in to comment.