Mercurial > hg > theslasher
annotate theslasher.ini @ 0:3812c1493dde default tip
add the slasher...be afraid, be very afraid
author | k0s <k0scist@gmail.com> |
---|---|
date | Mon, 11 Jan 2010 17:50:36 -0500 |
parents | |
children |
rev | line source |
---|---|
0
3812c1493dde
add the slasher...be afraid, be very afraid
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
1 #!/usr/bin/env paster |
3812c1493dde
add the slasher...be afraid, be very afraid
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
2 |
3812c1493dde
add the slasher...be afraid, be very afraid
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
3 [DEFAULT] |
3812c1493dde
add the slasher...be afraid, be very afraid
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
4 debug = true |
3812c1493dde
add the slasher...be afraid, be very afraid
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
5 email_to = k0scist@gmail.com |
3812c1493dde
add the slasher...be afraid, be very afraid
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
6 smtp_server = localhost |
3812c1493dde
add the slasher...be afraid, be very afraid
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
7 error_email_from = paste@localhost |
3812c1493dde
add the slasher...be afraid, be very afraid
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
8 |
3812c1493dde
add the slasher...be afraid, be very afraid
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
9 [server:main] |
3812c1493dde
add the slasher...be afraid, be very afraid
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
10 use = egg:Paste#http |
3812c1493dde
add the slasher...be afraid, be very afraid
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
11 host = 0.0.0.0 |
3812c1493dde
add the slasher...be afraid, be very afraid
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
12 port = 7777 |
3812c1493dde
add the slasher...be afraid, be very afraid
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
13 |
3812c1493dde
add the slasher...be afraid, be very afraid
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
14 [composite:main] |
3812c1493dde
add the slasher...be afraid, be very afraid
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
15 use = egg:Paste#urlmap |
3812c1493dde
add the slasher...be afraid, be very afraid
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
16 / = theslasher |
3812c1493dde
add the slasher...be afraid, be very afraid
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
17 |
3812c1493dde
add the slasher...be afraid, be very afraid
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
18 set debug = false |
3812c1493dde
add the slasher...be afraid, be very afraid
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
19 |
3812c1493dde
add the slasher...be afraid, be very afraid
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
20 [app:theslasher] |
3812c1493dde
add the slasher...be afraid, be very afraid
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
21 paste.app_factory = theslasher.factory:factory |