File: basic_app.ini

package info (click to toggle)
pastedeploy 3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 464 kB
  • sloc: python: 1,236; makefile: 106; sh: 17
file content (14 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (13)
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