Ajout exemple de fichier json pour save data
This commit is contained in:
parent
7cac782a61
commit
362b82c31c
38
app/src/main/java/lightcontainer/storage/json-example.json
Normal file
38
app/src/main/java/lightcontainer/storage/json-example.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"unicast_port": 32000,
|
||||
"multicast_ip": "224.25.0.1",
|
||||
"multicast_port": 70000,
|
||||
"network_interface": "LALALALA",
|
||||
"tls": false,
|
||||
"users": [
|
||||
{
|
||||
"username": "endmove",
|
||||
"password": "notre-hash",
|
||||
"aes_key": "jkjiezjijfizef8e4864",
|
||||
"files": [
|
||||
{
|
||||
"file_name": "lol.jpeg",
|
||||
"file_size": 15558,
|
||||
"iv": "8d484e8e84 (lié à la méthode de cryptage)",
|
||||
"storage": [
|
||||
"lol.benjamin"
|
||||
]
|
||||
},
|
||||
{
|
||||
"file_name": "super-man.png",
|
||||
"file_size": 24457,
|
||||
"iv": "zf4fe84f (lié à la méthode de cryptage)",
|
||||
"storage": [
|
||||
"lol.benjamin"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"username": "michel",
|
||||
"password": "notre-hash du mdp",
|
||||
"aes_key": "fjshufihehehuhuhuehu",
|
||||
"files": []
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user