X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=392d426da7c51370eb32802093c6971fbbe73fb3;hb=00b3fa892f2fe5665fd6415a2806d706bff0e745;hp=135821534bd552bd96d6149c7fabcb00246dc131;hpb=300c0d096df087565bedd4a1226af1cd0a71b962;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 135821534..392d426da 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5317,6 +5317,27 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + 'key' => 'api_shared_secret', + 'section' => 'API', + 'description' => 'Shared secret for back-office API authentication', + 'type' => 'text', + }, + + { + 'key' => 'xmlrpc_api', + 'section' => 'API', + 'description' => 'Enable the back-office API XML-RPC server (on port 8008).', + 'type' => 'checkbox', + }, + +# { +# 'key' => 'jsonrpc_api', +# 'section' => 'API', +# 'description' => 'Enable the back-office API JSON-RPC server (on port 8081).', +# 'type' => 'checkbox', +# }, + { key => "apacheroot", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachines", section => "deprecated", description => "DEPRECATED", type => "text" },