generator
This commit is contained in:
19
data/shares.json.example
Normal file
19
data/shares.json.example
Normal file
@@ -0,0 +1,19 @@
|
||||
[
|
||||
{
|
||||
"name": "test",
|
||||
"path": "files",
|
||||
"pass_hash": "86d2db203591135ea63473e49759a1d2e43fdc4d9857aeee642713c4e837be12",
|
||||
"pass_plain": "tissit",
|
||||
"upload": true,
|
||||
"public": false,
|
||||
"expire": "2018-02-28 10:30"
|
||||
},
|
||||
{
|
||||
"name": "foo",
|
||||
"path": "foo",
|
||||
"pass_hash": "86d2db203591135ea63473e49759a1d2e43fdc4d9857aeee642713c4e837be12",
|
||||
"pass_plain": "tissit",
|
||||
"upload": false,
|
||||
"public": true
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user