Add new settings for etherpad

master
Daniel Berteaud 11 years ago
parent 8894735650
commit 03252b99b2
  1. 5
      conf/vroom.conf.sample
  2. 2
      public/vroom.pl

@ -39,6 +39,11 @@ logLevel => 'info',
# ID of the Chrome extension for screen sharing # ID of the Chrome extension for screen sharing
chromeExtensionId => 'ecicdpoejfllflombfanbhfpgcimjddn', chromeExtensionId => 'ecicdpoejfllflombfanbhfpgcimjddn',
# For etherpad integration, set the etherpad base url
# and API Key
etherpadUri => '',
etherpadApiKey => '',
# Various # Various
sendmail => '/sbin/sendmail' sendmail => '/sbin/sendmail'
}; };

@ -120,6 +120,8 @@ our $config = plugin Config => {
commonRoomNames => [ qw() ], commonRoomNames => [ qw() ],
logLevel => 'info', logLevel => 'info',
chromeExtensionId => 'ecicdpoejfllflombfanbhfpgcimjddn', chromeExtensionId => 'ecicdpoejfllflombfanbhfpgcimjddn',
etherpadUri => '',
etherpadApiKey => '',
sendmail => '/sbin/sendmail' sendmail => '/sbin/sendmail'
} }
}; };

Loading…
Cancel
Save