mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-12 05:20:26 +00:00
25 lines
327 B
JSON
25 lines
327 B
JSON
|
[
|
||
|
{
|
||
|
"name": "admin",
|
||
|
"password": "mycorrhiza",
|
||
|
"group": "admin"
|
||
|
},
|
||
|
{
|
||
|
"name": "weird_fish",
|
||
|
"password": "DeepestOcean",
|
||
|
"group": "moderator"
|
||
|
},
|
||
|
{
|
||
|
"name": "king_of_limbs",
|
||
|
"password": "ambush",
|
||
|
"group": "trusted"
|
||
|
},
|
||
|
{
|
||
|
"name": "paranoid_android",
|
||
|
"password": "ok computer",
|
||
|
"group": "editor"
|
||
|
}
|
||
|
]
|
||
|
|
||
|
|