Fix API port conflict default 23568, bcrypt registration, clearer login errors.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-28 13:04:59 +08:00
parent 8652476abc
commit 2a5fb5f469
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
# 部署目录默认:/opt/secondary-school-grade-archive
WEB_PORT=23566
API_PORT=8000
API_TARGET=http://127.0.0.1:8000
API_PORT=23568
API_TARGET=http://127.0.0.1:23568
SECRET_KEY=请替换为随机字符串
POSTGRES_USER=gradeapp