From 3f45fc6953a82f6f08183443116681714b01df01 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Mon, 20 Sep 2010 23:46:26 +0000 Subject: [PATCH] remove base_url as default git-svn-id: http://www.observium.org/svn/observer/trunk@1708 61d68cd4-352d-0410-923a-c4978735b2b8 --- config.php.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php.default b/config.php.default index 5dcf9bd3c..889655423 100755 --- a/config.php.default +++ b/config.php.default @@ -15,7 +15,7 @@ $config['rrd_dir'] = $config['install_dir'] . "/rrd"; $config['log_file'] = $config['install_dir'] . "/observium.log"; ### -$config['base_url'] = "http://observium.company.com"; +#$config['base_url'] = "http://observium.company.com"; ### Enable the below to use rrdcached. be sure rrd_dir is within the rrdcached dir ### and that your web server has permission to talk to rrdcached.