first prototype of external storage and tests
[dbsrgits/DBIx-Class-Fixtures.git] / t / var / configs / extra.json
CommitLineData
6d01d9c1 1{
2 "sets": [{
3 "class": "Photo",
4 "quantity": "all",
5 "external": {
6 "file": {
7 "class": "File",
8 "args": {"path":"./t/var/files"}
9 }
10 }
11 }]
12}