summaryrefslogtreecommitdiff
path: root/tests/sample_configs/test_func.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sample_configs/test_func.ini')
-rw-r--r--tests/sample_configs/test_func.ini13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/sample_configs/test_func.ini b/tests/sample_configs/test_func.ini
new file mode 100644
index 0000000..a0d28c4
--- /dev/null
+++ b/tests/sample_configs/test_func.ini
@@ -0,0 +1,13 @@
+[application:main]
+use = call:fakeapp.apps:make_basic_app
+
+[application:other]
+use = call:fakeapp.apps:make_basic_app2
+
+[composit:remote_addr]
+use = call:fakeapp.apps:make_remote_addr
+app.1 = main
+addr.1 = 127.0.0.1
+
+app.2 = other
+addr.2 = 0.0.0.0 \ No newline at end of file