aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/apps/validationOverride/services.xml
blob: a02b0315ff913e1d2c4b6915d3b885af5e36f123 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<container version="1.0">
    <http>
        <filtering>
            <access-control domain="foo" write="true" />
        </filtering>
        <server id="foo"/>
    </http>
    <search/>
    <nodes count="2"/>
</container>