How to share config settings between multiple applications
Some sections in the app.config allow for a reference to an external file.
<appSetting configSource="somefile.config"/>
I would place value in the machine config. You can then override any value you need by putting it in the individual app config.