# 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