Compare commits

..

No commits in common. "f2911269e034460e64ed60671cbf50c7e0df00a2" and "7eec14188fe2cd8def05c4b48c2b8aacfacbd3a7" have entirely different histories.

View File

@ -2,22 +2,22 @@
export default {
/**时区偏移量 */
utc: 8,
/**是否开发模式 */
/**是否开发模式 */
debug: true,
/**消息服socket端口*/
msgPort: 7778,
/**http端口 msg服专用*/
// httpPort: 7779,
httpPort: 7779,
/**跨服socket端口 */
crossPort: 7780,
/**跨服 ws url */
corssWsUrl: "ws://10.0.1.20:10003",
corssWsUrl: "ws://localhost:7780",
/**服务器id */
serverId: 1001,
serverId: 15,
/**redis url */
redisUrl: 'redis://:lyMaple525458@10.0.1.20:6379/0',
/**mongodb url */
mongodbUrl: 'mongodb://root:lyMaple525458@10.0.1.20:27017/heijiao?authSource=admin',
mongodbUrl: 'mongodb://root:lyMaple525458@10.0.1.20:27017/heijiao_cl?authSource=admin',
/**cross redis url */
crossRedisUrl: 'redis://:lyMaple525458@10.0.1.20:6379/1',
/**cross mongodb url */
@ -27,11 +27,13 @@ export default {
/**服务器时间 */
time: '',
/**开服时间 */
openTime: '2023-12-11 1:0:0',
openTime: '2023-12-05 01:00:00',
/**项目名称 */
projectName: 'heijiao',
/**加密key */
APIKEY: 'uutown123456',
/**是否已经开区 */
opened:true,
/**wss */
wss: {
key: '',