diff --git a/index.html b/index.html
index c041c2d..75c41e5 100644
--- a/index.html
+++ b/index.html
@@ -15,31 +15,19 @@
//Required for all
blockchain: "FLO",
-
- //Required for blockchain API operators
- apiURL: {
- FLO: ['https://livenet.flocha.in/', 'https://flosight.duckdns.org/'],
- FLO_TEST: ['https://testnet-flosight.duckdns.org/', 'https://testnet.flocha.in/']
- },
- adminID: "FRaBr5F665RVkQ1A1EYrMfbX2UF52vWjKr",
- sendAmt: 0.001,
- fee: 0.0005,
-
- //Required for Supernode operations
- SNStorageID: "FEzk75EGMPEQMrCuPosGiwuK162hcEu49E",
- supernodes: {}, //each supnernode must be stored as floID : {uri:,pubKey:}
-
- //for cloud apps
- subAdmins: [],
- application: "LogSheet",
- vectorClock: {},
- appObjects: {},
- generalData: {},
- generalVC: {},
+ adminID: "FKAEdnPfjXLHSYwrXQu377ugN4tXU7VGdf", //"FRaBr5F665RVkQ1A1EYrMfbX2UF52vWjKr",
+ application: "TEST_MODE", // "LogSheet",
// for storing signle log sheet data
currentSheet: {}
}
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-