ref: Adds deployment info variables to config.js,

removes local.html
This commit is contained in:
Boris Grozev 2017-06-30 13:37:11 -05:00
parent 573aa168ea
commit 2a3c4cfb82
2 changed files with 7 additions and 0 deletions

View File

@ -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"
}
};

View File