SHOULD_INSTALL_COMPASS and ADDLOCAL flags in mongod.cfg file?

Hello,
When i was installing mongo using mongodb msi installer, i was adding flags
SHOULD_INSTALL_COMPASS=“0”
ADDLOCAL=“ServerService”

Now need to install mongo as mongod.exe, with usage of mongod.cfg file (which i need for different configurations, not relatable to this post), and i cannot find if config file supports these values (searched in official documentation) - probably not, so how should i set that options?

Many thanks.