mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
20 lines
366 B
JSON
20 lines
366 B
JSON
{
|
|
|
|
"guacamoleVersion" : "0.9.8",
|
|
|
|
"name" : "PostgreSQL Authentication",
|
|
"namespace" : "guac-postgresql",
|
|
|
|
"authProviders" : [
|
|
"org.glyptodon.guacamole.auth.postgresql.PostgreSQLAuthenticationProvider"
|
|
],
|
|
|
|
"translations" : [
|
|
"translations/en.json",
|
|
"translations/fr.json",
|
|
"translations/ru.json"
|
|
]
|
|
|
|
}
|
|
|