devops-exercises/challenges/flask_container_ci/users.json

19 lines
294 B
JSON
Raw Normal View History

2019-12-21 18:50:04 +01:00
{
"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"
}
}