remove base_url as default

git-svn-id: http://www.observium.org/svn/observer/trunk@1708 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-09-20 23:46:26 +00:00
parent 46ffe27b2d
commit 3f45fc6953

View File

@ -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.