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.
 
 
 

18 lines
301 B

[http]
addr = ":9999"
[auth]
aesTokenKey = "9Nz3Y6DES3msAFndz4QsJAECUIFkf+KKaRa+jRnNALk="
ignoreUrl = [
"/ws",
"/auth/captcha",
"/auth/authorize",
"/user/findByName",
]
# 需要输入图形验证码的url
captchaUrl = [
"/auth/authorize"
]
[sqlite]
dbPath = "etc/texas-poker.db"