X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=bb1058f77fef81e26765f70cc604d7a65f620a98;hb=e8bf694b45f68f0cf934d2548086560562de9553;hp=362b63c4dc8a40ee445d7d122bf6cbf6c0f23d5b;hpb=349005ebc7d521fb8318eb3b43022542c2dfeb32;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 362b63c4d..bb1058f77 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2464,6 +2464,20 @@ worry that config_items is freeside-specific and icky. }, { + 'key' => 'sg-ping_username', + 'section' => '', + 'description' => "Don't use this.", + 'type' => 'text', + }, + + { + 'key' => 'sg-ping_password', + 'section' => '', + 'description' => "Don't use this.", + 'type' => 'text', + }, + + { 'key' => 'queued-max_kids', 'section' => '', 'description' => 'Maximum number of queued processes. Defaults to 10.',