Newer
Older
Card9-Skyworks / software / config.example.js
module.exports = {
	bindAddress: "0.0.0.0",
	bindPort   : 57005,
	logFile    : "./access.log",
	sockFile   : "/tmp/card9.sock",
	accounts9  : "https://accounts.net9.org",
  setUid     : "", //should not be root; should have access to the source code
	interfaceSecret : "Example",
	acceptGroup: ["access-door"],
};