Files
admin 06488f0237 Initial commit: 帮我选盲选应用
功能:
- Go后端 (Gin + GORM + PostgreSQL)
- UniApp用户端 (iOS/Android/小程序)
- DaisyUI5后台管理
- JWT认证 + 微信登录
- 盲选加权算法
- 会员系统 + 优惠券
- 打分评价 + 偏好学习
2026-06-08 20:18:31 +00:00

33 lines
553 B
YAML

server:
port: 8080
mode: debug # debug, release, test
database:
host: localhost
port: 5432
user: blind_select
password: blind_select_pass
dbname: blind_select
sslmode: disable
max_idle_conns: 10
max_open_conns: 100
redis:
host: localhost
port: 6379
password: ""
db: 0
jwt:
secret: "change-this-to-a-random-secret"
expire: 24h
refresh_expire: 168h
ai:
endpoint: "https://qs.szscp.com"
key: "sk-263...d517"
wechat:
app_id: "" # 微信小程序 AppID
app_secret: "" # 微信小程序 AppSecret