XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

chore: initial documentation of config.json (#627)

7dcb1f4f
Sainan <sainan@calamity.inc>
提交于

代码差异

2 个文件 +6 -2
Modified README.md +5 -0
@@ -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 ]`.
Modified config.json.example +1 -2
@@ -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,