mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
10 lines
364 B
XML
10 lines
364 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"/>
|
|
<Parameter name="session-provider" value="net.sourceforge.guacamole.net.BasicGuacamoleSessionProvider"/>
|
|
|
|
</Context>
|