Mercurial > hg > wordstream
view dissociate.ini @ 20:baa70e3b3896
version bump
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Fri, 13 Aug 2021 10:53:38 -0700 |
parents | e21f53582267 |
children |
line wrap: on
line source
#!/usr/bin/env paster [DEFAULT] debug = true email_to = k0scist@gmail.com smtp_server = localhost error_email_from = paste@localhost [server:main] use = egg:Paste#http host = 0.0.0.0 port = 5326 [composite:main] use = egg:Paste#urlmap / = dissociate set debug = false [app:dissociate] paste.app_factory = wordstream.factory:dissociate_factory