Added libs
This commit is contained in:
75
app/BKP/config.json
Normal file
75
app/BKP/config.json
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"app":{
|
||||
"id":"app",
|
||||
"checkUpdates": true,
|
||||
"repositories":["http://error/data"],
|
||||
"version": 0
|
||||
},
|
||||
"main":{
|
||||
"terminalWindow": true
|
||||
},
|
||||
"passwordManager":{
|
||||
"package": "lockbox",
|
||||
"client": "lockboxClient"
|
||||
},
|
||||
"updater":{
|
||||
"autoUpdate": true,
|
||||
"checkUpdates": true,
|
||||
"repositories":[
|
||||
"http://n0sys.duckdns.org:40404/libs"
|
||||
]
|
||||
},
|
||||
"packages":[
|
||||
{
|
||||
"id":"fspn",
|
||||
"checkUpdates": true,
|
||||
"repositories":["http://error/data"],
|
||||
"version": 0
|
||||
},
|
||||
{
|
||||
"id":"noSys",
|
||||
"checkUpdates": true
|
||||
},
|
||||
{
|
||||
"id":"fileTransfer",
|
||||
"checkUpdates": true
|
||||
},
|
||||
{
|
||||
"id":"api",
|
||||
"checkUpdates": true,
|
||||
"server": {
|
||||
"host": "127.0.0.1",
|
||||
"port": "5050"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"vueNoSys",
|
||||
"checkUpdates": true,
|
||||
"server": {
|
||||
"host": "127.0.0.1",
|
||||
"port": "3001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"lockbox",
|
||||
"checkUpdates": true,
|
||||
"servers": {
|
||||
"api": {
|
||||
"port": "5001"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"rendezvous",
|
||||
"checkUpdates": true,
|
||||
"server": {
|
||||
"host": "0.0.0.0",
|
||||
"port": 40441
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"p2post",
|
||||
"checkUpdates": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user