1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-28 01:39:29 +02:00

Remove baseUrl

It's not used anywhere
This commit is contained in:
Daniel Berteaud 2014-05-07 19:16:08 +02:00
parent 3aa3415a0e
commit 3e23445ea2
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@ turnServer => 'turn.example.com',
realm => 'example.com',
# Web & contact
baseUrl => 'https://vroom.example.com/',
emailFrom => 'vroom@example.com',
feedbackRecipient => 'admin@example.com',
# Templates to use for web pages

View File

@ -66,7 +66,6 @@ our $config = plugin Config => {
signalingServer => 'https://vroom.example.com/',
stunServer => 'stun.l.google.com:19302',
realm => 'vroom',
baseUrl => 'https://vroom.example.com/',
emailFrom => 'vroom@example.com',
feedbackRecipient => 'admin@example.com',
template => 'default',