X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=0cbf78baef49cb1833abd1db8cb6d12b0b159183;hb=7ea8e16cf847c607bf917cb3b31110d18104a343;hp=9046b261b5d3a4fbf7ee715dbe705f8e54f1197f;hpb=0743ea91445e0682a00a05a0ae8f72e587d6a0e9;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 9046b261b..0cbf78bae 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1645,6 +1645,7 @@ worry that config_items is freeside-specific and icky. 'description' => 'Run billing for signup server signups immediately, and do not provision accounts which subsequently have a balance.', 'type' => 'checkbox', }, + { 'key' => 'signup_server-classnum2', 'section' => 'self-service', @@ -1660,6 +1661,13 @@ worry that config_items is freeside-specific and icky. }, { + 'key' => 'selfservice-xmlrpc', + 'section' => 'self-service', + 'description' => 'Run a standalone self-service XML-RPC server on the backend (on port 8080).', + 'type' => 'checkbox', + }, + + { 'key' => 'backend-realtime', 'section' => 'billing', 'description' => 'Run billing for backend signups immediately.',