mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
18 lines
326 B
JSON
18 lines
326 B
JSON
{
|
|
"admin": {
|
|
"email": "admin@example.org",
|
|
"password": "1234",
|
|
"name": "Peter Lustig"
|
|
},
|
|
"moderator": {
|
|
"email": "moderator@example.org",
|
|
"password": "1234",
|
|
"name": "Bob der Bausmeister"
|
|
},
|
|
"user": {
|
|
"email": "user@example.org",
|
|
"password": "1234",
|
|
"name": "Jenny Rostock"
|
|
}
|
|
}
|