Mercurial > hg > martINI
comparison martiniweb.ini @ 0:3c3522ce6e3a
initial import of martINI from https://svn.openplans.org/svn/standalone/martINI/
| author | k0s <k0scist@gmail.com> |
|---|---|
| date | Tue, 08 Dec 2009 15:13:28 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:3c3522ce6e3a |
|---|---|
| 1 #!/usr/bin/env paster | |
| 2 | |
| 3 [DEFAULT] | |
| 4 debug = true | |
| 5 email_to = | |
| 6 smtp_server = localhost | |
| 7 error_email_from = paste@localhost | |
| 8 | |
| 9 [server:main] | |
| 10 use = egg:Paste#http | |
| 11 host = 0.0.0.0 | |
| 12 port = 1025 | |
| 13 | |
| 14 [composite:main] | |
| 15 use = egg:Paste#urlmap | |
| 16 / = martINI | |
| 17 | |
| 18 set debug = false | |
| 19 | |
| 20 [app:martINI] | |
| 21 paste.app_factory = martini.web:factory | |
| 22 martini.files = %(here)s/example/example.ini | |
| 23 martini.directories = %(here)s/example/conf |
