This commit is contained in:
dy 2024-01-03 15:22:36 +08:00
parent 8d9ecf30b6
commit 6cc58ffd94

View File

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