summaryrefslogtreecommitdiffstats
path: root/vespa-maven-plugin/src/test/resources/effective-services/test_us-east-1.xml
blob: f9e5b994b33c807f93d8386072da496b5cb5729b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Copyright 2020 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<services xmlns:deploy="vespa">
    <container>
        <component id="good-service-client">
            <config>
                <url>us-east-1.tld</url>
            </config>
        </component>
    </container>
</services>