From c86ac4e0d76e83a4b6ae8b70a6aa039bb8b22733 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sat, 10 May 2014 15:02:51 +0200 Subject: [PATCH] Fix default MySQL db name --- public/vroom.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/vroom.pl b/public/vroom.pl index 6fae7ff..1ebfaef 100755 --- a/public/vroom.pl +++ b/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/',