X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=8ce51385bb312b9c71281c32c1e3bec29924d150;hb=583902ab51f62551fe3620d98d42e72620edfa76;hp=187a6f9cda71b5fa76735e8a8c87fb3708f909a2;hpb=fcc0d3d4015c5aae07d853b3b9f928ab9f2b12ef;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 187a6f9cd..8ce51385b 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1383,6 +1383,13 @@ httemplate/docs/config.html 'type' => 'checkbox', }, + { 'key' => 'selfservice_server-cache_module', + 'section' => '', + 'description' => 'Module used to store self-service session information. All modules handle any number of self-service servers. Cache::SharedMemoryCache is appropriate for a single database / single Freeside server. Cache::FileCache is useful for multiple databases on a single server, or when IPC::ShareLite is not available (i.e. FreeBSD).', # _Database stores session information in the database and is appropriate for multiple Freeside servers, but may be slower.', + 'type' => 'select', + 'select_enum' => [ 'Cache::SharedMemoryCache', 'Cache::FileCache', ], # '_Database' ], + }, + ); 1;