<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AssignMessage name="AM-config-properties">
    <DisplayName>AM-config-properties</DisplayName>
    <AssignVariable>
        <Name>private.flow.target.basepath</Name>
        <PropertySetRef>{apiproxy.name}.target_basepath</PropertySetRef>
    </AssignVariable>

    <AssignVariable>
        <Name>property.logging</Name>
        <PropertySetRef>{apiproxy.name}.logging</PropertySetRef>
    </AssignVariable>
    <AssignVariable>
        <Name>property.logging_url</Name>
        <PropertySetRef>{apiproxy.name}.logging_url</PropertySetRef>
    </AssignVariable>

    <AssignVariable>
        <Name>effective-setting</Name>
        <PropertySetRef>{variable-that-resolves-to-a-string}</PropertySetRef>
    </AssignVariable>

</AssignMessage>
