[DEFAULT] client_name = test_client email_errors = config_root = . [app:main] use = egg:PasteWebKit require = Todo_SQLObject_ZPT app_name = todo package_name = todo # @@: This should be moved into a SQLObject template: database = sqlite:%(here)s/devel.db debug = true get client_name = client_name get email_errors = email_errors [app:test] use = main # Disable emailing of errors: email_errors = # @@: This should be moved into a SQLObject template: database = sqlite:%(here)s/devel_test.db [server:main] use = egg:PasteScript[WSGIUtils]#wsgiutils # Use 0.0.0.0 to make this app public host = 127.0.0.1 port = 9000