summaryrefslogtreecommitdiffstats
path: root/config-lib/src/test/resources/configdefinitions/test-nonstring.def
blob: 474c11770f143cbcc12a9ce91b79bd10a1289568 (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.
namespace=test

# 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