summaryrefslogtreecommitdiffstats
path: root/config/src/test/resources/configs/def-files/test-nonstring.def
blob: b19b5aad1d9b6306c93c18a853ee007b16601f6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
version=1
namespace=foo

# Test non-string config vars with defaults

i int default=0
b bool default=false
d double default=0.0
e enum { AA, BB, CC } default=AA