# A sample config to run WSGI components with paster # This config is with all possible options set explicitly. [app:main] use = egg:waeup.cas#server # SQLAlchemy connection string # By default we get an in-memory SQLite database # Samples: # sqlite in-memory db: sqlite://:memory: # sqlite file-based db: sqlite:////path/to/db db = sqlite:///:memory: auth = dummy [server:main] # run a WSGI server on localhost:8008 use = egg:Paste#http host = localhost port = 8008