aboutsummaryrefslogtreecommitdiffstats
path: root/config-application-package/src/test/resources/multienvapp/jdisc.xml
blob: af7f1786cf32bc064e728480cc04a477c5c88f80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<container id='stateless' version='1.0'>
    <search deploy:environment="prod">
        <chain id="common">
            <searcher id="MySearcher1" />
            <searcher deploy:environment="prod" id="MySearcher2" />
        </chain>
    </search>
    <search />
    <component id="foo" class="MyFoo" bundle="foobundle" />
    <component id="bar" class="TestBar" bundle="foobundle" deploy:environment="dev" />
    <component id="bar" class="ProdBar" bundle="foobundle" deploy:environment="prod" />
    <component id="baz" class="ProdBaz" bundle="foobundle" deploy:environment="prod" />
    <nodes>
        <node hostalias='node0' baseport="${qrs.port}"/>
    </nodes>
</container>