Good, I have a project from the uni to a virtual classroom, right now I am with the board this link But run in port 9002 Try adding ssl and the service does not run. ask in the repository link and try that but it does not work anyway, can someone help me with that? I finished my classroom and I do not know what to do, so I set it up but I do not know, sorry, I do not know almost about this.
/*
This file must be valid JSON. But comments are allowed
Please edit settings.json, not settings.json.template
*/
{
//IP and port which etherpad should bind at
"ip" : "0.0.0.0",
"port" : 9002,
//The Type of the database. You can choose between dirty, postgres, sqlite and mysql
//You shouldn't use "dirty" for for anything else than testing or development
"dbType" : "dirty",
//the database specific settings
"dbSettings" : {
"filename" : "var/dirty.db"
},
/* An Example of MySQL Configuration
"dbType" : "mysql",
"dbSettings" : {
"user" : "root",
"host" : "localhost",
"password": "",
"database": "etherdraw"
},
*/
/* The default selected tool - 'pencil', 'brush', 'select' */
"tool": "brush",
/* Example SSL Configuration*/
"ssl" : {
"key": "/ssl/key.pem",
"cert": "/ssl/cert.pem"
}
}