1 Star 0 Fork 9

姬昌•君/ngame

forked from Grateful/ngame 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
conf.js 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
Mike 提交于 2021-09-23 10:57 . 完善redis支持
/**
*
* @returns {{dataBase: {port: number, passwd: string, host: string, type: string, user: string}, common: string, heartbeat: number, websocket: {port: number, ident: string}, autoLoadPath: [string, string, string, string], redis: string}}
*/
function main() {
return {
//游戏根目录 一般情况,游戏和驱动在同一个目录下
appRootPath:"game-script",
//全局通用函数文件
common:"common.js",
//需要自动加载的目录
autoLoadPath:[
"inherit",
"include",
"clone",
"d",
"main",
"adm/daemons",
],
//数据库 不使用 直接注释掉..
// dataBase:{
// url:"jdbc:p6spy:mysql://127.0.0.1:3306/wz_data?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useNewIO=true&useSSL=false",
// user:"root",
// passwd:"",
// },
//心跳间隔
heartbeat:1200,
//http端口
httpPort:8080,
//网站根目录
webRoot:"www",
websocket:{
port: 9099,
//标识符 ws://127.0.0.1:9099/wsk
ident:"wsk",
},
//redis 不使用 直接注释掉..
redis:{
host:"127.0.0.1",
port:6379,
passwd:"",
}
//是否开启协程
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/JichangJunDjpeity/ngame.git
git@gitee.com:JichangJunDjpeity/ngame.git
JichangJunDjpeity
ngame
ngame
master

搜索帮助