devops-exercises/challenges/flask_container_ci/users.json

23 lines
550 B
JSON
Raw Normal View History

2019-12-21 18:50:04 +01:00
{
"geralt" : {
"id": "whitewolf",
2019-12-22 10:30:09 +01:00
"name": "Geralt of Rivia",
"description": "Traveling monster slayer for hire"
2019-12-21 18:50:04 +01:00
},
"lara_croft" : {
"id": "m31a3n6sion",
2019-12-22 10:30:09 +01:00
"name": "Lara Croft",
"description": "Highly intelligent and athletic English archaeologist"
2019-12-21 18:50:04 +01:00
},
"mario" : {
"id": "smb3igiul",
2019-12-22 10:30:09 +01:00
"name": "Mario",
"description": "Italian plumber who really likes mushrooms"
2019-12-21 18:50:04 +01:00
},
"gordon_freeman" : {
"id": "nohalflife3",
2019-12-22 10:30:09 +01:00
"name": "Gordon Freeman",
"description": "Physicist with great shooting skills"
2019-12-21 18:50:04 +01:00
}
}