mirror of
https://github.com/ZeJMaN/guacamole_ynh.git
synced 2025-06-07 21:35:30 +02:00
10 lines
246 B
Properties
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
|