Against clever configuration
Configuration that computes things is code without tests. If a value can be written literally, write it literally. The duplication you are avoiding is cheaper than the evening you will spend working out why the computed value is wrong on one host.
A shorter version of this was a note to myself.