mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
12 lines
481 B
XML
12 lines
481 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Context antiJARLocking="true" path="">
|
|
|
|
<!-- Hostname and port of guacamole proxy -->
|
|
<Parameter name="guacd-hostname" value="localhost"/>
|
|
<Parameter name="guacd-port" value="4822"/>
|
|
|
|
<!-- Session provider class (provides and configured guacamole session based on authentication information) -->
|
|
<Parameter name="session-provider" value="net.sourceforge.guacamole.net.BasicGuacamoleSessionProvider"/>
|
|
|
|
</Context>
|