06488f0237
功能: - Go后端 (Gin + GORM + PostgreSQL) - UniApp用户端 (iOS/Android/小程序) - DaisyUI5后台管理 - JWT认证 + 微信登录 - 盲选加权算法 - 会员系统 + 优惠券 - 打分评价 + 偏好学习
24 lines
398 B
Plaintext
24 lines
398 B
Plaintext
server:
|
|
port: 8080
|
|
mode: debug # release for production
|
|
|
|
database:
|
|
host: localhost
|
|
port: 5432
|
|
user: postgres
|
|
password: your_password_here
|
|
dbname: blind_select
|
|
sslmode: disable
|
|
|
|
jwt:
|
|
secret: your_jwt_secret_key_here_change_in_production
|
|
expire: 24h
|
|
|
|
wechat:
|
|
appid: your_wechat_appid
|
|
secret: your_wechat_secret
|
|
|
|
ai:
|
|
endpoint: https://qs.szscp.com
|
|
key: sk-your-ai-api-key
|