~ubuntu-branches/ubuntu/saucy/prewikka/saucy-proposed

« back to all changes in this revision

Viewing changes to conf/prewikka.conf

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2009-06-14 10:00:20 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090614100020-479f60e0m8ae7hq0
Tags: 0.9.15-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#heartbeat_count: 30
4
4
 
5
5
# If the offset between two heartbeat is off by more than the specified
6
 
# offset (in seconds), the analyzer will be represented as offline. 
 
6
# offset (in seconds), the analyzer will be represented as offline.
7
7
#heartbeat_error_margin: 3
8
8
 
9
9
# This setting tell Prewikka to not show the full exception when
10
10
# an error occur:
11
11
#disable_error_traceback
12
12
 
13
 
# Open external (references, IP lookup, and port lookup) links 
 
13
# Open external (references, IP lookup, and port lookup) links
14
14
# in a new windows.
15
15
external_link_new_window
16
16
 
26
26
# Asynchronous DNS resolution (require twisted.names and twisted.internet)
27
27
#
28
28
# While rendering view containing address scheduled for asynchronous
29
 
# DNS resolution, it is possible that the rendering terminate too fast 
 
29
# DNS resolution, it is possible that the rendering terminate too fast
30
30
# for all DNS requests to complete.
31
31
#
32
32
# The dns_max_delay setting determine Prewikka behavior:
33
33
# - [-1] No DNS resolution is performed.
34
34
# - [0] Do not wait, immediatly send results to the client.
35
 
# - [x] Wait at most x seconds, then send results to the client. 
 
35
# - [x] Wait at most x seconds, then send results to the client.
36
36
#
37
37
# dns_max_delay: 0
38
38
 
77
77
# Standard login / password authentication:
78
78
[auth loginpassword]
79
79
expiration: 60
 
80
# If there is no user with administrative right defined in the database,
 
81
# the initial user will be created according to these settings:
 
82
initial_admin_user: admin
 
83
initial_admin_pass: admin
80
84
 
81
85
 
82
86
# Rely on webserver for user authentication:
83
87
#
84
 
# User that authenticate for the first time won't have any permission. 
85
 
# If the "default_admin_user" option is provided, the specified user will 
 
88
# User that authenticate for the first time won't have any permission.
 
89
# If the "default_admin_user" option is provided, the specified user will
86
90
# be granted ALL access, allowing to edit other users permissions.
87
91
#
88
92
# [auth cgi]