We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I run the follow commond to startup licode with docker docker run -d --name licode -p 30000-30050:30000-30050/udp -p 3000:3000 -p 3001:3001 -p 3004:3004 -p 8080:8080 -e "SSL=TRUE" -e "MIN_PORT=30000" -e "MAX_PORT=30050" -e "PUBLIC_IP=YOURSERVERIP" rofl256/ezlicode
How can i config the config.js
thanks anyway.
The text was updated successfully, but these errors were encountered:
here is licode-demo's config.js
var config = {};
config.nuve_host = 'https://MYSERVERIP:3004'; config.service = {}; config.service.id ='5cbd778de26072b99de3cd54'; config.service.key = '2106';
config.demo_host = 'localhost'; // Without "http", just the host.
config.http_port = 80; config.https = true; config.https_port = 443; config.ca_certs = undefined;
//config.plain = true;
module.exports = config;
Sorry, something went wrong.
It is licode server's licode_config.js config.nuve = {}; config.nuve.dataBaseURL = "localhost/nuvedb"; config.nuve.superserviceID = '5cbd778de26072b99de3cd54'; config.nuve.superserviceKey = '2106'; config.nuve.testErizoController = 'localhost:8080'; config.nuve.cloudHandlerPolicy = 'default_policy.js';
config.erizoController.publicIP = 'MYSERVERIP'; config.erizoAgent.publicIP = 'MYSERVERIP'; config.erizo.minport = '30000'; config.erizo.maxport = '30050'; config.erizoController.ssl = true; config.erizoController.listen_ssl = true;
No branches or pull requests
I run the follow commond to startup licode with docker
docker run -d --name licode -p 30000-30050:30000-30050/udp -p 3000:3000 -p 3001:3001 -p 3004:3004 -p 8080:8080 -e "SSL=TRUE" -e "MIN_PORT=30000" -e "MAX_PORT=30050" -e "PUBLIC_IP=YOURSERVERIP" rofl256/ezlicode
How can i config the config.js
thanks anyway.
The text was updated successfully, but these errors were encountered: