From 0abf5912a05e62a4790e2f8c876a2cbb9b168006 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Mon, 20 Sep 2010 23:47:27 +0000 Subject: [PATCH] add exp git-svn-id: http://www.observium.org/svn/observer/trunk@1709 61d68cd4-352d-0410-923a-c4978735b2b8 --- config.php.default | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.php.default b/config.php.default index 889655423d..a5080f6e8c 100755 --- a/config.php.default +++ b/config.php.default @@ -14,7 +14,8 @@ $config['html_dir'] = $config['install_dir'] . "/html"; $config['rrd_dir'] = $config['install_dir'] . "/rrd"; $config['log_file'] = $config['install_dir'] . "/observium.log"; -### +### Thie should *only* be set if you want to *force* a particular hostname/port +### It will prevent the web interface being usable form any other hostname #$config['base_url'] = "http://observium.company.com"; ### Enable the below to use rrdcached. be sure rrd_dir is within the rrdcached dir