summaryrefslogtreecommitdiffstats
path: root/vespa-maven-plugin/src/test/resources/effective-services/test_us-east-1.xml
blob: 7f9e1bb93b9138fc221a24cdf3976da52c04cd5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<services xmlns:deploy="vespa">
    <container>
        <component id="good-service-client">
            <config>
                <url>us-east-1.tld</url>
            </config>
        </component>
    </container>
</services>