1
0
mirror of https://github.com/dani/vroom.git synced 2024-07-02 12:13:12 +02:00
vroom/conf/vroom.conf.sample

34 lines
773 B
Plaintext
Raw Normal View History

2014-04-03 17:42:54 +02:00
{
# 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',
feedbackRecipient => 'admin@example.com',
2014-04-03 17:42:54 +02:00
# 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',
2014-04-03 17:42:54 +02:00
# Various
sendmail => '/sbin/sendmail'
};