Hello, all. I'll just use an example to illustrate this feature:
```
etcd:
host:
- "http://config-${ENV_NAME}.my.com"
```
The ${ENV_NAME} refer to previously defined values (for example, from
System properties).
Hello, all. I'll just use an example to illustrate this feature:
```
etcd:
host:
- "http://config-${ENV_NAME}.my.com"
```
The ${ENV_NAME} refer to previously defined values (for example, from
System properties).