source:
main/waeup.cas/trunk/waeup/cas/tests/sample2.ini
@
14212
Last change on this file since 14212 was 10394, checked in by , 11 years ago | |
---|---|
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] |
4 | use = 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 |
10 | db = sqlite:///:memory: |
11 | auth = dummy |
Note: See TracBrowser for help on using the repository browser.