Sets text variables in the scope.
A list of key-value pairs. The config node will set each key-value pair into the scope.
Example: Setting your initial configuration variables.
The following configuration
Will result in the following scope
{
url: "https://myapi.co/api/3",
username: "billybob"
}