# 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 = kofa_moodle1 auth_backends = { 'kofa_moodle1': {'url': 'http://xmlrpcuser1:xmlrpcuser1@localhost:8080/app1/', 'marker': '^K', 'moodle_url': 'http://localhost/moodle/webservice/xmlrpc/server.php?wstoken=de1e1cbacf91ec6290bb6f6339122e7d', }, } [server:main] # run a WSGI server on localhost:8008 use = egg:Paste#http host = 0.0.0.0 port = 8008