diff --git a/app/index.html b/app/index.html
index 25e500d..6c55193 100644
--- a/app/index.html
+++ b/app/index.html
@@ -25,20 +25,26 @@
FLO: ['https://explorer.mediciland.com/', 'https://livenet.flocha.in/', 'https://flosight.duckdns.org/', 'http://livenet-explorer.floexperiments.com'],
FLO_TEST: ['https://testnet-flosight.duckdns.org', 'https://testnet.flocha.in/']
},
- adminID: "FEzk75EGMPEQMrCuPosGiwuK162hcEu49E",
+ SNStorageID: "FNaN9McoBAEFUjkRmNQRYLmBF8SpS7Tgfk",
//sendAmt: 0.001,
//fee: 0.0005,
//Required for Supernode operations
supernodes: {}, //each supnernode must be stored as floID : {uri:,pubKey:}
- diskList : ["General"],
defaultDisk : "General",
- applicationList:{},
+ appList:{},
appSubAdmins:{},
serveList : [],
storedList : [],
- supernodeConfig : {},
- backupNodes : []
+ backupNodes : [],
+ supernodeConfig : {}
+ /* List of supernode configurations (all blockchain controlled by SNStorageID)
+ backupDepth - (Interger) Number of backup nodes
+ refreshDelay - (Interger) Count of requests for triggering read-blockchain and autodelete
+ deleteDelay - (Interger) Maximum duration (milliseconds) an unauthorised data is stored
+ errorFeedback - (Boolean) Send error (if any) feedback to the requestor
+ delayDelta - (Interger) Maximum allowed delay from the data-time
+ */
}
@@ -47,52 +53,6 @@