You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
|
|
|
|
# Database
|
|
|
|
dbi => 'DBI:mysql:database=vroom;host=localhost',
|
|
|
|
dbUser => 'vroom',
|
|
|
|
dbPassword => 'vroom',
|
|
|
|
|
|
|
|
# Media & signaling
|
|
|
|
signalingServer => 'https://signal.example.com',
|
|
|
|
stunServer => 'stun.example.com:3478',
|
|
|
|
turnServer => 'turn.example.com',
|
|
|
|
realm => 'example.com',
|
|
|
|
|
|
|
|
# Web & contact
|
|
|
|
baseUrl => 'https://vroom.example.com/',
|
|
|
|
emailFrom => 'vroom@example.com',
|
|
|
|
# Templates to use for web pages
|
|
|
|
template => 'default',
|
|
|
|
# Used to sign cookies
|
|
|
|
secret => 'ChangeMe!',
|
|
|
|
|
|
|
|
# App
|
|
|
|
# Rooms without any activity for that long will be destroyed
|
|
|
|
inactivityTimeout => 3600,
|
|
|
|
logLevel => 'info',
|
|
|
|
|
|
|
|
# ID of the Chrome extension for screen sharing
|
|
|
|
chromeExtensionId => 'ecicdpoejfllflombfanbhfpgcimjddn',
|
|
|
|
|
|
|
|
# Various
|
|
|
|
sendmail => '/sbin/sendmail'
|
|
|
|
};
|