mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 13:55:45 +00:00
13 lines
189 B
YAML
13 lines
189 B
YAML
development:
|
|
SimpleStorage:
|
|
deploy: false
|
|
args:
|
|
- 100
|
|
BarStorage:
|
|
instanceOf: SimpleStorage
|
|
FooStorage:
|
|
instanceOf: SimpleStorage
|
|
args:
|
|
- 200
|
|
staging:
|