summaryrefslogtreecommitdiff
path: root/tests/sample_configs/basic_app.ini
blob: f1d931cbbd7c79151415b4c0efa7192ab352a9c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[application:main]
use = egg:FakeApp#basic_app

[application:other]
use = egg:FakeApp#other

[composit:remote_addr]
use = egg:FakeApp#remote_addr
app.1 = main
addr.1 = 127.0.0.1

app.2 = other
addr.2 = 0.0.0.0