From be59297294c6dae7902c13e97b07ffe071d45dad Mon Sep 17 00:00:00 2001 From: Jeremy MANSON Date: Fri, 15 Jul 2016 12:18:19 +0200 Subject: [PATCH] Update guacamole.properties --- conf/guacamole.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/guacamole.properties b/conf/guacamole.properties index 7ebb02f..18721d1 100644 --- a/conf/guacamole.properties +++ b/conf/guacamole.properties @@ -8,6 +8,6 @@ auth-provider: net.sourceforge.guacamole.net.auth.mysql.MySQLAuthenticationProvi # MySQL properties mysql-hostname: localhost mysql-port: 3306 -mysql-database: guacamole_db -mysql-username: guacamole_user -mysql-password: CHANGEME \ No newline at end of file +mysql-database: guacamole +mysql-username: guacamole +mysql-password: CHANGEME