From e3def4de0314574f530a4e776b338e5740bcf0d3 Mon Sep 17 00:00:00 2001 From: Steve Blamey Date: Tue, 6 Jul 2021 16:43:42 +0100 Subject: [PATCH] Update sample config --- conf/config-example.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/config-example.php b/conf/config-example.php index d3178622..48ad0d5d 100755 --- a/conf/config-example.php +++ b/conf/config-example.php @@ -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'] = ''; @@ -27,7 +27,7 @@ // Turn on database query result caching (memcached required). // Default: false -$conf['USE_ADODB_CACHE'] = true; +// $conf['USE_ADODB_CACHE'] = true; /** @@ -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: ''