devops-exercises/challenges/flask_container_ci/users.json
2019-12-22 11:30:09 +02: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"
}
}