Last change
on this file since 4 was
1,
checked in by j@…, 12 years ago
|
Initial checkin of repoze.bfg default templates with some modifications to the main template
|
File size:
348 bytes
|
Line | |
---|
1 | [DEFAULT] |
---|
2 | debug = true |
---|
3 | |
---|
4 | [app:zodb] |
---|
5 | use = egg:mzcms#app |
---|
6 | reload_templates = true |
---|
7 | debug_authorization = false |
---|
8 | debug_notfound = false |
---|
9 | zodb_uri = file://%(here)s/db/Data.fs?connection_cache_size=20000 |
---|
10 | |
---|
11 | [pipeline:main] |
---|
12 | pipeline = |
---|
13 | egg:repoze.zodbconn#closer |
---|
14 | egg:repoze.tm#tm |
---|
15 | zodb |
---|
16 | |
---|
17 | [server:main] |
---|
18 | use = egg:Paste#http |
---|
19 | host = 0.0.0.0 |
---|
20 | port = 6543 |
---|
Note: See
TracBrowser
for help on using the repository browser.