Live! server configurations
The <live-install-folder>\liveAuthServer\user_config.js and
<live-install-folder>\liveHomeServer\user_config.js files list the default
values of the configurable parameters for the Live! authentication and home servers. You can change
the values for some of the parameters as requirement.
Configurations in the <live-install-folder>\liveAuthServer\user_config.js file
The following table shows the configurable parameters and their default values:Parameter name | Default value |
---|---|
authPort | 51201 Limitation: In this release, Live! home browser client
uses the default port 51201 and cannot be modified.
|
mongodbAuthURL | mongodb://127.0.0.1:27017/LiveAuth |
passwordRecoveryPassphrase | recover live! auth password @live |
Configurations in the <live-install-folder>\liveHomeServer\user_config.js file
The following table shows the configurable parameters and their default values:Parameter name | Default value |
---|---|
mongodbURL | mongodb://127.0.0.1:27017/Live |
authServerURL | https://localhost:51201, where 51201 is the default port |
homeServerURL | https://localhost |
sslPort | 443 |
audioPort | 452 |
licenseAgentURL | "", // e.g. 'http://localhost:XXXX' |
maxNumberOfRooms | 16 |
maxNumberOfSessionsPerRoom | 50 |
enableTracking | true |
strictSSL | true |