X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=ccf875264fe9be9ec5c2b2bda69fb19130bfe63b;hp=48b39c5b2ff359e3c1625d6c9c8fbd341d3e0bfe;hb=a8001fede477df80f80951eaf962bdb058d9f605;hpb=1ac43321cf1601e42bfc24433d0edd2268cb2a2e diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 48b39c5b2..ccf875264 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5606,6 +5606,27 @@ and customer address. Include units.', 'type' => 'text', }, + { + '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" },