Skip to content

Commit

Permalink
add dummy website config #166
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Dec 16, 2024
1 parent 672ef9e commit 8b62706
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions tests/data/configs/website_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"execution_mapping":{

},
"applications":{
"app1":{
"display_name":"App1",
"description":""
}
},
"machines":{
"machine1":{
"display_name":"Machine1",
"description":""
}
},
"use_cases":{
"uc1":{
"display_name":"UseCase1",
"description":""
}

}
}

0 comments on commit 8b62706

Please sign in to comment.