Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
38eb082f
Commit
38eb082f
authored
Feb 26, 2017
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable local cache for tests
parent
38365b94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
e2e-tests/lemonldap-ng.ini
e2e-tests/lemonldap-ng.ini
+8
-8
No files found.
e2e-tests/lemonldap-ng.ini
View file @
38eb082f
...
...
@@ -6,14 +6,14 @@ logLevel = debug
type
=
File
dirName
=
__pwd__/e2e-tests/conf
localStorage
=
Cache::FileCache
localStorageOptions
=
{
\
'namespace'
=> 'lemonldap-ng-config',
\
'default_expires_in'
=> 600,
\
'directory_umask'
=> '007',
\
'cache_root'
=> '__pwd__/e2e-tests/conf',
\
'cache_depth'
=> 0,
\
}
;
localStorage=Cache::FileCache
;
localStorageOptions={ \
;
'namespace' => 'lemonldap-ng-config',\
;
'default_expires_in' => 600, \
;
'directory_umask' => '007', \
;
'cache_root' => '__pwd__/e2e-tests/conf', \
;
'cache_depth' => 0, \
;
}
[portal]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment