diff --git a/conf/vroom.conf b/conf/vroom.conf deleted file mode 100644 index 5b47024..0000000 --- a/conf/vroom.conf +++ /dev/null @@ -1,53 +0,0 @@ -{ - -# Database -dbi => 'DBI:mysql:database=devroom;host=localhost', -dbUser => 'devroom', -dbPassword => 'prout', - -# Media & signaling -signalingServer => 'https://dev.vroom.im', -stunServer => 'vroom.im:3478', -turnServer => 'vroom.im', -realm => 'vroom.im', - -# Web & contact -emailFrom => 'no-reply@vroom.im', -oeedbackRecipient => 'dani@fws.fr', -poweredBy => 'Firewall Services', -# Templates to use for web pages -template => 'default', -# Used to sign cookies -secret => 'NtPZDUEqNX68QlQGH5ohqb1ymmqEGJ3xyvLo4Fz3pDqEX/Dxutmp', - -# App -# Rooms without any activity for that long (in seconds) will be destroyed -inactivityTimeout => 3600, -# Inactivity timeout (in seconds) for rooms which have an owner password -# 0 means they are not deleted. You can use a high number -# so that those rooms are kept long enough, but deleted when really not used -# The admin interface lets you flag some room as persistent, meaning they will never be deleted -reservedInactivityTimeout => 0, -# A list of room names which are valid but too common to allow reservation -# with an owner password -commonRoomNames => [ - 'test', 'test1', 'test123', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', - '123', '1234', '12345', 'a', 'aa', 'abc', 'azerty', 'qwerty', 'vroom', - 'foo', 'bar', 'baz' -], -logLevel => 'info', - -# ID of the Chrome extension for screen sharing -chromeExtensionId => 'ecicdpoejfllflombfanbhfpgcimjddn', - -# For etherpad integration, set the etherpad base url -# and API Key -etherpadUri => 'https://vroom.im/etherpad/', -etherpadApiKey => 'be0c00cfce12b00c13e956e77d7244352c06a44e5d94ca44ebfa79fb63d7e995', -# 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 -etherpadBaseDomain => 'vroom.im', - -# Various -sendmail => '/sbin/sendmail' -};