source:
main/waeup.cas/trunk/waeup/cas/tests/sample2.ini
@
17935
Last change on this file since 17935 was 10394, checked in by , 11 years ago | |
---|---|
File size: 369 bytes |
Rev | Line | |
---|---|---|
[10321] | 1 | # A sample config to run WSGI components with paster |
[10352] | 2 | # This config is with all possible options set explicitly. |
[10321] | 3 | [app:main] |
4 | use = egg:waeup.cas#server | |
[10394] | 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.