mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-28 16:05:04 +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:
|