Skip to content

Commit

Permalink
add default cloud config.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
samwachspress committed Sep 15, 2021
1 parent 6912b2b commit 6809725
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion cloud_config.txt
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
{"cloud_config": {"created_on": "2021-03-17T15:07:08.405836+00:00", "modified_on": "2021-03-17T15:07:08.405836+00:00", "releases": [{"dataset": "20200815", "version": "v2", "wormbase": "WS276"}, {"dataset": "20180527", "version": "v1", "wormbase": "WS263"}, {"dataset": "20170531", "version": "v1", "wormbase": "WS258"}, {"dataset": "20160408", "version": "v1", "wormbase": "WS245"}]}}
{
"cloud_config":
{
"created_on": "2021-03-17T15:07:08.405836+00:00",
"modified_on": "2021-03-17T15:07:08.405836+00:00",
"releases":
[
{
"dataset": "20200815",
"version": "v2",
"wormbase": "WS276"
},
{
"dataset": "20180527",
"version": "v1",
"wormbase": "WS263"
},
{
"dataset": "20170531",
"version": "v1",
"wormbase": "WS258"
},
{
"dataset": "20160408",
"version": "v1",
"wormbase": "WS245"
}
]
}
}

0 comments on commit 6809725

Please sign in to comment.