diff --git a/modules/lemonldap-ng-common/lemonldap-ng.ini b/modules/lemonldap-ng-common/lemonldap-ng.ini index 4faa4c4a6..4c91cb26c 100644 --- a/modules/lemonldap-ng-common/lemonldap-ng.ini +++ b/modules/lemonldap-ng-common/lemonldap-ng.ini @@ -82,9 +82,21 @@ dirName=/var/lib/lemonldap-ng/conf # to choose a Cache::Cache module and set it's parameters (1 line). Example: # # localStorage = Cache::FileCache -# localStorageOptions = { 'namespace' => 'MyNamespace', 'default_expires_in' => 600, 'directory_umask' => '007', 'cache_root' => '/tmp', 'cache_depth' => 5, } +# localStorageOptions={ \ +# 'namespace' => 'MyNamespace', \ +# 'default_expires_in' => 600, \ +# 'directory_umask' => '007', \ +# 'cache_root' => '/tmp', \ +# 'cache_depth' => 5, \ +# } localStorage=Cache::FileCache -localStorageOptions={ 'namespace' => 'MyNamespace', 'default_expires_in' => 600, 'directory_umask' => '007', 'cache_root' => '/tmp', 'cache_depth' => 5, } +localStorageOptions={ \ + 'namespace' => 'MyNamespace', \ + 'default_expires_in' => 600, \ + 'directory_umask' => '007', \ + 'cache_root' => '/tmp', \ + 'cache_depth' => 5, \ +} [portal]