File: dev.ini

package info (click to toggle)
tilecache 2.11%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 532 kB
  • ctags: 423
  • sloc: python: 3,086; makefile: 90
file content (13 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
[server:main]
#tested with Paste#http and PasteScript#wsgiutils, PasteScript#twisted also possible
use = egg:PasteScript#cherrypy 
host = 127.0.0.1
port = 5000

[composite:main]
use = egg:Paste#urlmap
/tc = tilecache1

[app:tilecache1]
use = egg:TileCache
tilecache_config = tilecache.cfg