summaryrefslogtreecommitdiff
path: root/tests/sample_configs/test_func.ini
blob: a0d28c42e6f7f88454306a84d9fcbc893b5ad1f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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