You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
542 B
32 lines
542 B
|
|
[http] |
|
host = "" |
|
#host = "192.168.3.101" |
|
port = 3999 |
|
|
|
[auth] |
|
aesTokenKey = "9Nz3Y6DES3msAFndz4QsJAECUIFkf+KKaRa+jRnNALk=" |
|
ignoreUrl = [ |
|
"/api/conn/ws", |
|
"/api/conn/opMap", |
|
"/api/auth/captcha", |
|
"/api/auth/authorize", |
|
"/api/user/findByName", |
|
"/api/gm/avatar", |
|
] |
|
# 需要输入图形验证码的url |
|
captchaUrl = [ |
|
"/auth/authorize" |
|
] |
|
|
|
[sqlite] |
|
dbPath = "data/texas-poker.db" |
|
|
|
[game] |
|
# 新用户赠送筹码 |
|
giftChip = 10000 |
|
avatarPath = "data/avatar/" |
|
|
|
[game.offline] # 玩家掉线配置 |
|
# 在房间中 |
|
outRoom = 15
|
|
|