guacamole_ynh/sources/guacamole.properties
2016-07-14 09:36:17 +02:00

10 lines
246 B
Properties

# Auth provider class
auth-provider: net.sourceforge.guacamole.net.auth.mysql.MySQLAuthenticationProvider
# MySQL properties
mysql-hostname: localhost
mysql-port: 3306
mysql-database: guacamole
mysql-username: guacamole
mysql-password: CHANGEME