mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 22:34:24 +00:00
12 lines
171 B
YAML
12 lines
171 B
YAML
development:
|
|
SimpleStorage:
|
|
args:
|
|
- 100
|
|
BarStorage:
|
|
instanceOf: SimpleStorage
|
|
FooStorage:
|
|
instanceOf: SimpleStorage
|
|
args:
|
|
- 200
|
|
staging:
|