File: examples.ini

package info (click to toggle)
python-repoze.who 3.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 968 kB
  • sloc: python: 6,024; makefile: 70
file content (11 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
[application:login_no_who]
paste.app_factory = standalone_login_no_who:main

[application:login_w_who]
paste.app_factory = standalone_login:main

[server:main]
use = egg:PasteScript#cherrypy
host = 127.0.0.1
port = 5552
numthreads = 4