adding a config.yml instead of config.toml

This commit is contained in:
2021-10-19 21:46:41 +01:00
parent d604179cbf
commit 525107ad63
5 changed files with 40 additions and 26 deletions

View File

@@ -0,0 +1,9 @@
panaetius_testing:
some_top_string: some_top_value
second:
some_second_string: some_second_value
some_second_int: 1
some_second_float: 1.0
some_second_list: ["some", "second", "value"]
some_second_table: { "first": ["some", "first", "value"] }
some_second_table_bools: { "bool": [true, false] }