Skip to content

Commit

Permalink
Update sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblamey committed Jul 6, 2021
1 parent eb77346 commit e3def4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conf/config-example.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* Database connection settings
*/

$conf['DB_NAME'] = 'uzerp-base';
$conf['DB_NAME'] = 'uzerp';
$conf['DB_USER'] = 'www-data';
$conf['DB_HOST'] = '';
$conf['DB_HOST'] = 'localhost';
$conf['DB_PASSWORD'] = '';


Expand All @@ -27,7 +27,7 @@

// Turn on database query result caching (memcached required).
// Default: false
$conf['USE_ADODB_CACHE'] = true;
// $conf['USE_ADODB_CACHE'] = true;


/**
Expand All @@ -44,7 +44,7 @@

// Appears in the footer on every page
// Default: ''
$conf['SYSTEM_VERSION'] = '1.6.2';
$conf['SYSTEM_VERSION'] = '1.26.8';

// Appears in the footer on every page
// Default: ''
Expand Down

0 comments on commit e3def4d

Please sign in to comment.