embark/old_test/support/instances.yml

13 lines
189 B
YAML
Raw Normal View History

2015-07-04 20:52:05 +00:00
development:
SimpleStorage:
2015-09-01 00:53:17 +00:00
deploy: false
2015-07-04 20:52:05 +00:00
args:
- 100
BarStorage:
instanceOf: SimpleStorage
FooStorage:
instanceOf: SimpleStorage
args:
- 200
staging: