Rev | Line | |
---|
[10420] | 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 |
---|
| 12 | |
---|
| 13 | [server:main] |
---|
| 14 | # run a WSGI server on localhost:8008 |
---|
| 15 | use = egg:Paste#http |
---|
| 16 | host = localhost |
---|
| 17 | port = 8008 |
---|
Note: See
TracBrowser for help on using the repository browser.