summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/resources/configdefinitions/test.standard.def
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/resources/configdefinitions/test.standard.def')
-rw-r--r--config-model/src/test/resources/configdefinitions/test.standard.def10
1 files changed, 10 insertions, 0 deletions
diff --git a/config-model/src/test/resources/configdefinitions/test.standard.def b/config-model/src/test/resources/configdefinitions/test.standard.def
new file mode 100644
index 00000000000..b06e858d391
--- /dev/null
+++ b/config-model/src/test/resources/configdefinitions/test.standard.def
@@ -0,0 +1,10 @@
+# Copyright 2017 Yahoo Holdings. 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=test
+
+basicStruct.intVal int default=0
+basicStruct.stringVal string default="s"
+stringArr[] string
+astring string default=""
+baseport int default=-1