aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/test/resources/configs/def-files/test-nonstring.def
blob: 8d7596074629a002126f02b8f18a8b46ce6f7469 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
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