diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2024-09-30 19:55:35 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-09-30 19:55:35 +0530 |
commit | 423154f8236a3a27c1a6b2755039bae848dcd86f (patch) | |
tree | 3056b4e4226091377708bfd56ace9cffbd8085ab /accounts.yaml | |
parent | a5ef5b2671069f29bae6b7e45fddd13cd8e0d8ae (diff) |
Diffstat (limited to 'accounts.yaml')
-rw-r--r-- | accounts.yaml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/accounts.yaml b/accounts.yaml new file mode 100644 index 0000000..4c1deb7 --- /dev/null +++ b/accounts.yaml @@ -0,0 +1,41 @@ +- id: demo1 + username: demo1 + password: demoteam1 + type: team + team_id: "8" + +- id: demo2 + username: demo2 + password: demoteam2 + type: team + team_id: "2" + +- id: demo3 + username: demo3 + password: demoteam3 + type: team + team_id: "3" + +- id: demo4 + username: demo4 + password: demoteam4 + type: team + team_id: "4" + +- id: demo5 + username: demo5 + password: demoteam5 + type: team + team_id: "5" + +- id: demo6 + username: demo6 + password: demoteam6 + type: team + team_id: "6" + +- id: demo7 + username: demo7 + password: demoteam7 + type: team + team_id: "7" |