UNPKG
yml-config-reader
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
YAML Config Reader
github.com/prof-schnitzel/yml-config-reader
prof-schnitzel/yml-config-reader
yml-config-reader
/
test
/
config
/
substitution1.yml
13 lines
(9 loc)
•
113 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
app1:
url:
app1.${baseUrl}
app2:
url:
app2.${baseUrl}
stage:
test
allStages:
-
${stage}
-
qa
-
prod