[filter-app:main] use = egg:Paste#evalerror next = main-log [filter-app:main-log] use = egg:Paste#translogger next = main-app [app:main-app] # This application is meant for interactive development use = egg:PyWordpress db_name = wptest db_user = wptest db_password = wptest #logger = stdout #log_level = DEBUG [app:test] # While this version of the configuration is for non-iteractive # tests (unit tests) use = devel [server:main] use = egg:Paste#http # Change to 0.0.0.0 to make public: host = 127.0.0.1 port = 8080