1 # Build configuration file for Aesalon.
4 # The version of Aesalon.
7 # The name of the module configuration file in the module root.
8 "moduleConfigFileName": "module.conf",
10 # The path of the local configuration file.
11 "localConfig": ".aesalon.conf",
12 # The path of the user-wide configuration file.
13 "userConfig": "~/.config/aesalon/aesalon.conf",
14 # The path of the system-wide configuration file.
15 "globalConfig": "/etc/aesalon/aesalon.conf",
17 # The maximum number of threads that can be created by the monitoring modules.
18 "monitorThreadListSize": 32,
20 # The length of the listen() queue in the monitor.
21 "connectionQueueLength": 4,