Argh, wrong structure element.
[aesalon.git] / build / config
blobcca4011d1ce42d16b414a6e7c2a7987f601fa67e
1 # Build configuration file for Aesalon.
4         # The version of Aesalon.
5         "version": "0.3.9.1",
6         
7         # The name of the module configuration file in the module root.
8         "moduleConfigFileName": "module.conf",
9         # The path of the local configuration file.
10         "localConfig": ".aesalon.conf",
11         # The path of the user-wide configuration file.
12         "userConfig": "~/.config/aesalon/aesalon.conf",
13         # The path of the system-wide configuration file.
14         "globalConfig": "/etc/aesalon/aesalon.conf",
15         
16         # The maximum number of threads that can be created by the monitoring modules.
17         "monitorThreadListSize": 32,
19         # The length of the listen() queue in the monitor.
20         "connectionQueueLength": 4,