File: test_func.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 (13 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (5)
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