summaryrefslogtreecommitdiffstats
path: root/config/config.inc.php
blob: 3416bf8cac7f15ceb7eef07d90f4dc9d00c049c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?PHP
  // database connection
  
  $GLOBALS['config']['driver']		= 'mysql';
  $GLOBALS['config']['server']		= 'localhost';
  
  $GLOBALS['config']['user']		= 'neon';
  $GLOBALS['config']['password']	= 'neon';
  
  $GLOBALS['config']['db']		= 'neon';
?>