~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/config/app.cfg

  • Committer: Jasper St. Pierre
  • Date: 2011-04-22 18:18:02 UTC
  • mto: This revision was merged to the branch mainline in revision 448.
  • Revision ID: jstpierre@mecheye.net-20110422181802-7y2yambz9iscfa17
Make breadcrumbs consistent

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[global]
2
 
# The settings in this file should not vary depending on the deployment
3
 
# environment. dev.cfg and prod.cfg are the locations for
4
 
# the different deployment settings. Settings in this file will
5
 
# be overridden by settings in those other files.
6
 
 
7
 
# The commented out values below are the defaults
8
 
 
9
 
# VIEW
10
 
 
11
 
# which view (template engine) to use if one is not specified in the
12
 
# template name
13
 
# tg.defaultview = "kid"
14
 
 
15
 
# The following kid settings determine the settings used by the kid serializer.
16
 
 
17
 
# One of (html|xml|json)
18
 
# kid.outputformat="html"
19
 
 
20
 
# kid.encoding="utf-8"
21
 
 
22
 
# The sitetemplate is used for overall styling of a site that
23
 
# includes multiple TurboGears applications
24
 
# tg.sitetemplate="<packagename.templates.templatename>"
25
 
 
26
 
# Allow every exposed function to be called as json,
27
 
# tg.allow_json = False
28
 
 
29
 
# List of Widgets to include on every page.
30
 
# for exemple ['turbogears.mochikit']
31
 
# tg.include_widgets = []
32
 
 
33
 
# Set to True if the scheduler should be started
34
 
# tg.scheduler = False
35
 
 
36
 
[/static]
37
 
static_filter.on = True
38
 
static_filter.dir = "%(top_level_dir)s/static"
39
 
 
40
 
[/favicon.ico]
41
 
static_filter.on = True
42
 
static_filter.file = "%(top_level_dir)s/static/images/favicon.ico"