Fix default MySQL db name

master
Daniel Berteaud 11 years ago
parent f65932fee1
commit c86ac4e0d7
  1. 2
      public/vroom.pl

@ -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/',

Loading…
Cancel
Save