Newer
Older
Card9-Skyworks / software / config.example.js
@王邈 王邈 on 6 Apr 2015 313 bytes 似乎改好了
module.exports = {
	bindAddress: "0.0.0.0",
	bindPort   : 57005,
	logFile    : "./access.log",
	sockFile   : "/tmp/card9.sock",
	dbAddr     : "mongodb://localhost/card9",
  setUid     : "", //should not be root; should have access to the source code
	interfaceSecret : "Example",
	acceptGroup: ["access-door"],
};