devops-exercises/topics/flask_container_ci/users.json
abregman 99c4e02ecf Rename exercises dir
Name it instead "topics" so it won't be
strange if some topics included "exercises" directory.
2022-08-02 01:53:56 +03:00

23 lines
550 B
JSON

{
"geralt" : {
"id": "whitewolf",
"name": "Geralt of Rivia",
"description": "Traveling monster slayer for hire"
},
"lara_croft" : {
"id": "m31a3n6sion",
"name": "Lara Croft",
"description": "Highly intelligent and athletic English archaeologist"
},
"mario" : {
"id": "smb3igiul",
"name": "Mario",
"description": "Italian plumber who really likes mushrooms"
},
"gordon_freeman" : {
"id": "nohalflife3",
"name": "Gordon Freeman",
"description": "Physicist with great shooting skills"
}
}