Skip to content

Commit

Permalink
Update data
Browse files Browse the repository at this point in the history
  • Loading branch information
jayhuynh committed Jun 5, 2023
1 parent 25f332f commit d781ed7
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 13,013 deletions.
20 changes: 20 additions & 0 deletions app/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
{
"index": 0,
"data": {
"value": 0
}
},
{
"index": 1,
"data": {
"value": 1
}
},
{
"index": 2,
"data": {
"value": 2
}
}
]
3 changes: 0 additions & 3 deletions app/deploy.sh

This file was deleted.

2 changes: 1 addition & 1 deletion app/hydra_configs/conf/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defaults:

mephisto:
blueprint:
data_json: ${task_dir}/kg_sample.json
data_json: ${task_dir}/data.json
task_source: ${task_dir}/webapp/build/bundle.js
link_task_source: true
extra_source_dir: ${task_dir}/webapp/src/static
Expand Down
2 changes: 1 addition & 1 deletion app/hydra_configs/conf/example_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mephisto:
provider:
requester_name: my_mturk_user
blueprint:
data_json: ${task_dir}/kg_sample.json
data_json: ${task_dir}/data.json
task_source: ${task_dir}/webapp/build/bundle.js
link_task_source: false
extra_source_dir: ${task_dir}/webapp/src/static
Expand Down
2 changes: 1 addition & 1 deletion app/hydra_configs/conf/example_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mephisto:
provider:
requester_name: my_mturk_user_sandbox
blueprint:
data_json: ${task_dir}/kg_sample.json
data_json: ${task_dir}/data.json
task_source: ${task_dir}/webapp/build/bundle.js
link_task_source: false
extra_source_dir: ${task_dir}/webapp/src/static
Expand Down
Loading

0 comments on commit d781ed7

Please sign in to comment.