代码初始化
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
# 开发环境:本机 Mongo / Redis / 跨服,日志落项目相对目录
|
||||
server:
|
||||
port: 8080
|
||||
|
||||
spring:
|
||||
data:
|
||||
mongodb:
|
||||
uri: mongodb://huangzj:huangzj@43.155.238.153:27017/test?authSource=admin
|
||||
redis:
|
||||
host: 43.155.238.153
|
||||
port: 6379
|
||||
password: huangzj
|
||||
username: default
|
||||
|
||||
game:
|
||||
client-tcp:
|
||||
port: 9091
|
||||
|
||||
cross:
|
||||
host: 127.0.0.1
|
||||
port: 9200
|
||||
server-id: zone-1
|
||||
token: ""
|
||||
heartbeat-interval-ms: 15000
|
||||
|
||||
app:
|
||||
logging:
|
||||
dir: logs/ServerModule
|
||||
mongo:
|
||||
collection: test
|
||||
Reference in New Issue
Block a user