1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# This configuration file provides default values for checkbox.
#
# Each section is defined within square brackets and must be named
# carefully as can be seen from the examples below.
#
# Each variable can be overwritten from the environment. The variable
# is case insensitive so it could be defined in lower or upper case.
[DEFAULT]
# Version for this configuration.
version = dev
# List of plugin sections to load.
plugins = checkbox/plugins
[checkbox/plugins]
# Space separated list of module filenames or directories
modules = %(checkbox_share)s/plugins/*.py
[checkbox/plugins/jobs_info]
# Required section so that checkbox.application can match .*/jobs_info/.*
|