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

change database name to not conflict with latest version

225cd83c
Jānis <97699850+janisslsm@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified config.json.example +1 -1
@@ -1,5 +1,5 @@
1 1 {
2 "mongodbUrl": "mongodb://127.0.0.1:27017/openWF",
2 "mongodbUrl": "mongodb://127.0.0.1:27017/openWF_2013",
3 3 "logger": {
4 4 "files": true,
5 5 "level": "trace",