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

Fix default MySQL db name

This commit is contained in:
Daniel Berteaud 2014-05-10 15:02:51 +02:00
parent f65932fee1
commit c86ac4e0d7

View File

@ -60,7 +60,7 @@ app->log->level('info');
our $config = plugin Config => {
file => '../conf/vroom.conf',
default => {
dbi => 'DBI:mysql:database=devroom;host=localhost',
dbi => 'DBI:mysql:database=vroom;host=localhost',
dbUser => 'vroom',
dbPassword => 'vroom',
signalingServer => 'https://vroom.example.com/',