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.
27 lines
451 B
27 lines
451 B
|
|
[http] |
|
host = "" |
|
port = 9999 |
|
|
|
[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 = "etc/texas-poker.db" |
|
|
|
[game] |
|
# 新用户赠送筹码 |
|
GiftChip = 10000 |
|
AvatarPath = "cmd/avatar/"
|
|
|