source: main/waeup.cas/trunk/waeup/cas/tests/sample2.ini @ 10601

Last change on this file since 10601 was 10394, checked in by uli, 11 years ago

Store work from last days.

File size: 369 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
Note: See TracBrowser for help on using the repository browser.