mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-28 00:43:37 +00:00
8 lines
192 B
Plaintext
8 lines
192 B
Plaintext
<?php
|
|
|
|
// testing auth caching with memcache
|
|
$c->auth_cache = true;
|
|
$c->auth_cache_secret = 'not safe, regression testing only';
|
|
$c->auth_cache_pass = 15 * 60;
|
|
$c->auth_cache_fail = 15 * 60;
|