<cfscript>

	// Create the components and wire them together.
	include template = "./config.cfm";

	launchDarklyService.addSubdomainTargeting(
		key = "ben-test-flag",
		subdomain = "cyberdyne"
	);

</cfscript>