embark/old_test/support/instances.yml

13 lines
189 B
YAML
Raw Normal View History

2015-07-04 16:52:05 -04:00
development:
SimpleStorage:
2015-08-31 20:53:17 -04:00
deploy: false
2015-07-04 16:52:05 -04:00
args:
- 100
BarStorage:
instanceOf: SimpleStorage
FooStorage:
instanceOf: SimpleStorage
args:
- 200
staging: