1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-18 20:29:14 +02:00

Default value for directories.cache

This commit is contained in:
Daniel Berteaud 2015-06-19 08:58:41 +02:00
parent d829109a00
commit 95e8c0d9b7

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';