source: main/waeup.cas/trunk/sample.ini @ 11994

Last change on this file since 11994 was 10420, checked in by uli, 11 years ago

Add a sample config in package root.

File size: 473 bytes
Line 
1# A sample config to run WSGI components with paster
2# This config is with all possible options set explicitly.
3[app:main]
4use = egg:waeup.cas#server
5# SQLAlchemy connection string
6# By default we get an in-memory SQLite database
7# Samples:
8#   sqlite in-memory db:  sqlite://:memory:
9#   sqlite file-based db: sqlite:////path/to/db
10db = sqlite:///:memory:
11auth = dummy
12
13[server:main]
14# run a WSGI server on localhost:8008
15use = egg:Paste#http
16host = localhost
17port = 8008
Note: See TracBrowser for help on using the repository browser.