X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=3a4f5b9de58fd860038d3bebe48941a88f4134ea;hb=f255042296a645e7d90c19ee6740796250cfb9f3;hp=20ec1380e9a48e76aecee5bd41128e4d85a99e67;hpb=b4bce0bf487b4ee3620e13f1fdf56ecc1d001a42;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 20ec1380e..3a4f5b9de 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -198,6 +198,13 @@ httemplate/docs/config.html }, { + 'key' => 'apacheip', + 'section' => 'apache', + 'description' => 'The current IP address to assign to new virtual hosts', + 'type' => 'text', + }, + + { 'key' => 'apachemachine', 'section' => 'apache', 'description' => 'A machine with the apacheroot directory and user home directories. The existance of this file enables setup of virtual host directories, and, in conjunction with the `home\' configuration file, symlinks into user home directories.', @@ -730,6 +737,13 @@ httemplate/docs/config.html 'type' => 'checkbox', }, + { + 'key' => 'agent_defaultpkg', + 'section' => 'UI', + 'description' => 'Setting this option will cause new packages to be available to all agent types by default.', + 'type' => 'checkbox', + }, + ); 1;