Default value for directories.cache

This commit is contained in:
Daniel Berteaud 2015-06-19 08:58:41 +02:00
parent d829109a00
commit 95e8c0d9b7
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ $config->{'rooms.max_members'} ||= 0;
$config->{'etherpad.uri'} ||= '';
$config->{'etherpad.api_key'} ||= '';
$config->{'etherpad.base_domain'} ||= '';
$config->{'directories.cache'} ||= 'cache';
$config->{'daemon.listen_ip'} ||= '127.0.0.1';
$config->{'daemon.listen_port'} ||= '8090';
$config->{'daemon.backend'} ||= 'hypnotoad';