mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1507: Enable configuration of of the 'extension-priority' parameter via environment variable
Enable configuration of of the 'extension-priority' parameter via environment variable. Details: https://issues.apache.org/jira/browse/GUACAMOLE-1507
This commit is contained in:
@@ -1036,6 +1036,9 @@ if [ -n "$JSON_SECRET_KEY" ]; then
|
|||||||
associate_json
|
associate_json
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Set extension priority if specified
|
||||||
|
set_optional_property "extension-priority" "$EXTENSION_PRIORITY"
|
||||||
|
|
||||||
# Use api-session-timeout if specified.
|
# Use api-session-timeout if specified.
|
||||||
if [ -n "$API_SESSION_TIMEOUT" ]; then
|
if [ -n "$API_SESSION_TIMEOUT" ]; then
|
||||||
associate_apisessiontimeout
|
associate_apisessiontimeout
|
||||||
|
Reference in New Issue
Block a user