opt: 时区统一, 统一使用+8区时间

This commit is contained in:
Kerwin
2025-07-29 14:00:01 +08:00
parent 78b147da47
commit ba7dd4d064
14 changed files with 91 additions and 23 deletions

View File

@@ -9,6 +9,9 @@ DB_NAME=url_db
PORT=8080
GIN_MODE=release
# 时区配置
TIMEZONE=Asia/Shanghai
# 文件上传配置
UPLOAD_DIR=./uploads
MAX_FILE_SIZE=100MB