update gun_init.js
This commit is contained in:
@@ -2,12 +2,13 @@ window.rtcRoom = "telesec.tech.eus";
|
|||||||
var opt = {
|
var opt = {
|
||||||
axe: false,
|
axe: false,
|
||||||
localStorage: false,
|
localStorage: false,
|
||||||
|
peers: RELAYS
|
||||||
// radisk: true,
|
// radisk: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
opt.store = RindexedDB(opt);
|
opt.store = RindexedDB(opt);
|
||||||
|
|
||||||
var gun = Gun(RELAYS, opt);
|
var gun = Gun(opt);
|
||||||
var SEA = Gun.SEA;
|
var SEA = Gun.SEA;
|
||||||
var user = gun.user();
|
var user = gun.user();
|
||||||
function removeCache() {
|
function removeCache() {
|
||||||
|
|||||||
Reference in New Issue
Block a user