summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/Test.conf10
1 files changed, 4 insertions, 6 deletions
diff --git a/etc/Test.conf b/etc/Test.conf
index 89f39aa..c6f2454 100644
--- a/etc/Test.conf
+++ b/etc/Test.conf
@@ -1,10 +1,8 @@
[main]
example = 1
-
-[anothersection]
-interger = 37
-boolean = True
-float = 3.14159
-string = "this is a string"
+int_option = 37
+bool_option = True
+float_option = 3.14159
+string_option = "this is a string"
testvalue = 100