{
	"_NOTE" : "THIS FILE IS AUTOGENERATED. ONLY MODIFY THE ORIGINAL FILE IN THE /sharedData/ FOLDER!",
	"valid_identifier_types" : [
		["file", "ExecutionObject"],
		["tag", "Tag"],
		["symbol", "Symbol"],
		["program", "Program"],
		["rule", "ExecutionRule"]
	],
	"valid_trigger_types" : [
		"manual",
		"system"
	],
	"valid_event_request_types" : [
		["execute_program", "request execution"],
		["use_execution_rule", "execution rule"],
		["display_message", "a message to display on the website for an execution environment / a scenario"]
	],
	"server_url" : "http://localhost:9990",
	"json_encoding" : "utf-8",
	"docker_registry" : "localhost:5000",
	"server_post_request_timeout" : 10,
	"new_program_default_max_execution_duration" : 5.1
}