File: webware_example.ini

package info (click to toggle)
python-formencode 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,852 kB
  • sloc: python: 6,772; makefile: 130; sh: 96; javascript: 61
file content (20 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# To use this example install Paste: http://svn.pythonpaste.org
# and run:
# $ PYTHONPATH=path/to/examples paster serve webware_example.ini
# and open:
# http://localhost:9999/

[app:main]
use = egg:PasteWebKit
servlet_directory = WebwareExamples
debug = True

[server:main]
use = egg:PasteScript#wsgiutils
host = 127.0.0.1
port = 9999

[server:flup]
use = egg:PasteScript#flup_scgi_thread
host = 127.0.0.1
port = 5050