summaryrefslogtreecommitdiffstats
path: root/config-lib/src/test/resources/configdefinitions/test-nodefs.def
blob: b4c46a896957444a9e616385aeb5577dcb8a70d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=test

# test config vars with no defaults

s string
j int
b bool
f double
e enum { AA, BB, CC }

basicstruct.foo string
basicstruct.bar int

arr[].s string
arr[].i int