I thought I just saw this question.
In short, no, there's no variable interpolation within an application configuration.
You have two options
- You could roll your own to substitute variables at runtime
- At build time, massage the application configuration to the particular specifics of the target deployment environment. Some details on this at dealing with the configuration-nightmare