mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
36 lines
748 B
JSON
36 lines
748 B
JSON
{
|
|
|
|
"guacamoleVersion" : "1.5.0",
|
|
|
|
"name" : "MySQL Authentication",
|
|
"namespace" : "mysql",
|
|
|
|
"authProviders" : [
|
|
"org.apache.guacamole.auth.mysql.MySQLAuthenticationProvider",
|
|
"org.apache.guacamole.auth.mysql.MySQLSharedAuthenticationProvider"
|
|
],
|
|
|
|
"css" : [
|
|
"styles/jdbc.css"
|
|
],
|
|
|
|
"html" : [
|
|
"html/shared-connection.html"
|
|
],
|
|
|
|
"translations" : [
|
|
"translations/ca.json",
|
|
"translations/de.json",
|
|
"translations/en.json",
|
|
"translations/es.json",
|
|
"translations/fr.json",
|
|
"translations/ja.json",
|
|
"translations/ko.json",
|
|
"translations/pt.json",
|
|
"translations/ru.json",
|
|
"translations/zh.json"
|
|
]
|
|
|
|
}
|
|
|