mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +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 | ||||
| fi | ||||
|  | ||||
| # Set extension priority if specified | ||||
| set_optional_property "extension-priority" "$EXTENSION_PRIORITY" | ||||
|  | ||||
| # Use api-session-timeout if specified. | ||||
| if [ -n "$API_SESSION_TIMEOUT" ]; then | ||||
|     associate_apisessiontimeout | ||||
|   | ||||
		Reference in New Issue
	
	Block a user