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