File: test_deploy.ini

package info (click to toggle)
pastewebkit 1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 536 kB
  • ctags: 662
  • sloc: python: 3,346; makefile: 41
file content (14 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[composit:main]
use = egg:PasteWebKit
package_name = sample_apps.sample1
app_config1 = foo


[app:second]
use = main
app_config2 = bar

[composit:mult]
use = egg:Paste#urlmap
/ = main
/sec = second