fix(config) add a link to config options docs
This commit is contained in:
parent
132b44a8b6
commit
fa48223aac
|
@ -1,6 +1,11 @@
|
||||||
|
|
||||||
/* eslint-disable no-unused-vars, no-var */
|
/* eslint-disable no-unused-vars, no-var */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* NOTE: If you add a new option please remember to document it here:
|
||||||
|
* https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-configuration
|
||||||
|
*/
|
||||||
|
|
||||||
var config = {
|
var config = {
|
||||||
// Connection
|
// Connection
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue