Newer
Older
Card9-Skyworks / software / config.example.js
@王邈 王邈 on 13 Feb 2015 229 bytes 增加package.json 增加可选的setUid
module.exports = {
	bindAddress: "0.0.0.0",
	bindPort   : 57005,
	logFile    : "./access.log",
	sockFile   : "/tmp/card9.sock",
	accounts9  : "https://accounts.net9.org",
  setUid      : "nobody",
	interfaceSecret : "Example",
};