aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/apps/hosted-invalid-file-extension/services.xml
blob: a555755d92195ef107417e9f1a6eaa6bb8fa656d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<services version="1.0">

  <container version="1.0">
    <http>
      <filtering>
        <access-control domain="myDomain" write="true" />
      </filtering>
      <server id="foo"/>
    </http>
    <search/>
    <nodes count='1'/>
  </container>

</services>