From 1c93335ff23f8f2655db5ffe8ca8cc2186b06632 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 12 Oct 2014 19:04:56 +0200 Subject: [PATCH] Fix etherpadBaseDomain config key --- conf/vroom.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/vroom.conf.sample b/conf/vroom.conf.sample index c88f08b..81b7e1f 100644 --- a/conf/vroom.conf.sample +++ b/conf/vroom.conf.sample @@ -46,7 +46,7 @@ chromeExtensionId => 'ecicdpoejfllflombfanbhfpgcimjddn', #etherpadApiKey => '', # You can also set the base domain common to both vroom and etherpad # For example, if you use vroom.example.com and pad.example.com, the base domain is example.com -#etherpadBaseDomaine => '', +#etherpadBaseDomain => '', # Various sendmail => '/sbin/sendmail'