summaryrefslogtreecommitdiffstats
path: root/config/src/test/resources/configs/def-files/test-nodefs.def
blob: e35438a26ffd9e0563678036764313706ea5726b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
version=2
namespace=foo

# 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