- If you want to have "Tasks" and "Fleet" modules disabled, add the following line to the file '/home/java/api-server/conf/config.properties':
plugin.application.defaultIds=
- If you want to have only "Tasks" enabled, add/modify this line as the following:
plugin.application.defaultIds=30
- If you want only "Fleet" enabled, add/modify this line as the following:
plugin.application.defaultIds=31
- If you want both "Tasks" and "Fleet" enabled, remove this line from the config file