Server Specific config files

There was also an issue with bool values and comments we noticed when testing these. We were using semicolon for comments and noticed that trailing comments get taken as is to determine the value. Which results in the bool always being false.

[/Script/Module.ModuleSettings]

SomeBoolValue=true ;Comment added at the end. Value will always be false