summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/app1/deployment.xml
blob: ea255b207f38f84f3edb6ec980f0db789dc1c39b (plain) (blame)
1
2
3
4
5
6
7
8
9
<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<deployment version="1.0">
  <test/>
  <staging/>
  <prod global-service-id="query">
    <region active="true">us-east-3</region>
    <region active="false">us-west-1</region>
  </prod>
</deployment>