summaryrefslogtreecommitdiffstats
path: root/vespa-maven-plugin/src/test/resources/effective-services/services.xml
blob: fb41d8adf9de35b65cd696f51c974debe17efd31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version='1.0' encoding='UTF-8'?>
<!-- Copyright Verizon Media. 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 deploy:environment="dev">dev.tld</url>
                <url deploy:environment="prod" deploy:region="us-east-3">us-east-3.prod.tld</url>
            </config>
        </component>
    </container>
</services>