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",
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",
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,