aboutsummaryrefslogtreecommitdiffstats
path: root/config-application-package/src/test/resources/app-legacy-overrides/services.xml
blob: f2919680c23e5393b68102c780f9f23f257518b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<services version='1.0'>
    <legacy>
      <foo-bar>something here</foo-bar>
      <v7-geo-positions>false</v7-geo-positions>
    </legacy>
    <admin version='2.0'>
        <adminserver hostalias='node0'/>
    </admin>
    <content version='1.0' id='foo'>
      <redundancy>1</redundancy>
      <documents>
        <document type="music.sd" mode="index" />
      </documents>
    </content>
</services>