Basic configuration
File "./config.js":
module.exports = {
http_port: 3000,
sockets_port: 3001,
mode: 'development', // knex database configuration
public : {
enable : true,
folder : 'public'
},
cors : true,
sockets : true
};
Last modified 2yr ago