mirror of https://github.com/embarklabs/embark.git
12 lines
171 B
YAML
12 lines
171 B
YAML
|
development:
|
||
|
SimpleStorage:
|
||
|
args:
|
||
|
- 100
|
||
|
BarStorage:
|
||
|
instanceOf: SimpleStorage
|
||
|
FooStorage:
|
||
|
instanceOf: SimpleStorage
|
||
|
args:
|
||
|
- 200
|
||
|
staging:
|