devops-exercises/challenges/flask_container_ci/users.json
2019-12-21 19:50:04 +02:00

19 lines
294 B
JSON

{
"geralt" : {
"id": "whitewolf",
"name": "Geralt of Rivia"
},
"lara_croft" : {
"id": "m31a3n6sion",
"name": "Lara Croft"
},
"mario" : {
"id": "smb3igiul",
"name": "Mario"
},
"gordon_freeman" : {
"id": "nohalflife3",
"name": "Gordon Freeman"
}
}