parent
e5f74e88d7
commit
9eaa68b57c
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": "your_username",
|
||||
"permissions": {
|
||||
"can_create_accounts": true,
|
||||
"can_create_boards": true,
|
||||
"can_reply": true,
|
||||
"can_post": true,
|
||||
"can_subscribe": true,
|
||||
"can_follow": true
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
rm boards/*
|
||||
touch boards/.dontdeleteme
|
||||
rm *.json
|
||||
echo '{"boards":[]}' > boards.json
|
||||
echo '{"users":[]}' > users.json
|
||||
echo '{}' > follows.json
|
||||
cat config.json.ex > config.json
|
@ -1,3 +1 @@
|
||||
{
|
||||
"users": []
|
||||
}
|
||||
{"users":[]}
|
||||
|
Loading…
Reference in new issue