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.
19 lines
345 B
19 lines
345 B
|
|
[http] |
|
addr = ":9999" |
|
|
|
[auth] |
|
aesTokenKey = "9Nz3Y6DES3msAFndz4QsJAECUIFkf+KKaRa+jRnNALk=" |
|
ignoreUrl = [ |
|
"/api/conn/ws", |
|
"/api/conn/opMap", |
|
"/api/auth/captcha", |
|
"/api/auth/authorize", |
|
"/api/user/findByName", |
|
] |
|
# 需要输入图形验证码的url |
|
captchaUrl = [ |
|
"/auth/authorize" |
|
] |
|
[sqlite] |
|
dbPath = "etc/texas-poker.db"
|
|
|