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:
mtannertdev
2022-01-20 02:07:34 -05:00
committed by GitHub
parent 1b3361e006
commit e05f7c9fbd

View File

@@ -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