summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorivan <ivan>2010-06-16 21:53:24 +0000
committerivan <ivan>2010-06-16 21:53:24 +0000
commit7ea8e16cf847c607bf917cb3b31110d18104a343 (patch)
treeb0663a3c412b0df9763a0ff547ed30b3b62f72e5 /FS/FS/Conf.pm
parent0743ea91445e0682a00a05a0ae8f72e587d6a0e9 (diff)
a local XML-RPC server for ncic: daemonize and respond to TERM, RT#7780
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 9046b26..0cbf78b 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.',