diff --git a/software/config.example.js b/software/config.example.js new file mode 100644 index 0000000..688d0f3 --- /dev/null +++ b/software/config.example.js @@ -0,0 +1,7 @@ +module.exports = { + bindAddress: "0.0.0.0", + bindPort : 39999, + logFile : "./access.log", + sockFile : "/tmp/card9.sock", + accounts9 : "https://accounts.net9.org", +}; \ No newline at end of file diff --git a/software/config.js b/software/config.js deleted file mode 100644 index 688d0f3..0000000 --- a/software/config.js +++ /dev/null @@ -1,7 +0,0 @@ -module.exports = { - bindAddress: "0.0.0.0", - bindPort : 39999, - logFile : "./access.log", - sockFile : "/tmp/card9.sock", - accounts9 : "https://accounts.net9.org", -}; \ No newline at end of file