ref: Adds deployment info variables to config.js,

removes local.html
pull/1740/head
Boris Grozev 8 years ago
parent 573aa168ea
commit 2a3c4cfb82
  1. 7
      config.js
  2. 0
      local.html

@ -106,5 +106,12 @@ var config = { // eslint-disable-line no-unused-vars
// How long we're going to wait, before going back to P2P after
// the 3rd participant has left the conference (to filter out page reload)
//backToP2PDelay: 5
},
// Information about the jitsi-meet instance we are connecting to, including the
// user region as seen by the server.
deploymentInfo: {
//shard: "shard1",
//region: "europe",
//userRegion: "asia"
}
};

Loading…
Cancel
Save