aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/resources/configdefinitions/config.simpletypes.def
blob: 8bf55c45c796aac7b06286f2c30874bae223acfa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Config containing only simple leaf types with default values, that can be used
# for testing individual types in detail.
namespace=config

boolval bool default=false
doubleval double default=0.0
enumval enum { VAL1, VAL2 } default=VAL1
intval int default=0
longval long default=0
stringval string default="s"