返回提交历史
Modified
README.md
+5
-0
Modified
config.json.example
+1
-2
XFEstudio/XFESpaceNinjaServer
chore: initial documentation of config.json (#627)
7dcb1f4f
代码差异
2 个文件
+6
-2
@@ -1,3 +1,8 @@
1
1
# Space Ninja Server
2
2
3
3
More information for the moment here: [https://discord.gg/PNNZ3asUuY](https://discord.gg/PNNZ3asUuY)
4
5
## config.json
6
7
- `logger.level` can be `fatal`, `error`, `warn`, `info`, `http`, `debug`, or `trace`.
8
- `myIrcAddresses` can be used to point to an IRC server. If not provided, defaults to `[ myAddress ]`.
@@ -2,8 +2,7 @@
2
2
"mongodbUrl": "mongodb://127.0.0.1:27017/openWF",
3
3
"logger": {
4
4
"files": true,
5
"level": "trace",
6
"__valid_levels": "fatal, error, warn, info, http, debug, trace"
5
"level": "trace"
7
6
},
8
7
"myAddress": "localhost",
9
8
"httpPort": 80,