Initial commit
This commit is contained in:
commit
47272c85df
5 changed files with 57 additions and 0 deletions
20
Example-Files/users
Normal file
20
Example-Files/users
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"users": [
|
||||
{
|
||||
"publickey": "D978BAE1E224087E63F832E32099C4AA2EBCC09C",
|
||||
"name": "Ceres",
|
||||
"rooms": [
|
||||
"example_room_1",
|
||||
"example_room_2",
|
||||
"a_really_cool_room"
|
||||
]
|
||||
},
|
||||
{
|
||||
"publickey": "F42631D864548FB64831F179C7E098C0E371DC54",
|
||||
"name": "June",
|
||||
"rooms": [
|
||||
"a_really_cool_room"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue