diff options
Diffstat (limited to 'src/tests/config/conf.d/10-more.conf')
| -rw-r--r-- | src/tests/config/conf.d/10-more.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/tests/config/conf.d/10-more.conf b/src/tests/config/conf.d/10-more.conf new file mode 100644 index 00000000..b1424a4b --- /dev/null +++ b/src/tests/config/conf.d/10-more.conf @@ -0,0 +1,11 @@ +[main] +extra=hello +new+=something + +[connectivity] +uri=http://example.net + +[order] +a=10 +b=10 + |