aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/test/resources/configs/def-files/test-nonstring.def
blob: c04e7880f0b3d4cd4401d9b15b343afd71692d75 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. 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