mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
29 lines
571 B
JSON
29 lines
571 B
JSON
{
|
|
|
|
"guacamoleVersion" : "0.9.10-incubating",
|
|
|
|
"name" : "PostgreSQL Authentication",
|
|
"namespace" : "guac-postgresql",
|
|
|
|
"authProviders" : [
|
|
"org.apache.guacamole.auth.postgresql.PostgreSQLAuthenticationProvider",
|
|
"org.apache.guacamole.auth.postgresql.PostgreSQLSharedAuthenticationProvider"
|
|
],
|
|
|
|
"css" : [
|
|
"styles/jdbc.css"
|
|
],
|
|
|
|
"html" : [
|
|
"html/shared-connection.html"
|
|
],
|
|
|
|
"translations" : [
|
|
"translations/en.json",
|
|
"translations/fr.json",
|
|
"translations/ru.json"
|
|
]
|
|
|
|
}
|
|
|