aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/apps/cs1/services.xml
blob: 831c9e536770a4073369538b42efd9397650636f (plain) (blame)
1
2
3
4
5
6
7
8
9
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<services version="1.0">
    <config name="config.simpletypes">
        <intval>1337</intval>
    </config>
    <admin version="2.0">
        <adminserver hostalias="node0" />
    </admin>
</services>