fix(sync): align customer backend behavior

This commit is contained in:
2026-06-11 11:41:24 +08:00
parent 60c8fc4948
commit d6dda51008
10 changed files with 34 additions and 47 deletions
+3 -1
View File
@@ -6,9 +6,11 @@ from pydantic_settings import BaseSettings, SettingsConfigDict
class Settings(BaseSettings):
PROJECT_NAME: str = "TJWater Server"
ENVIRONMENT: str = "local"
ENVIRONMENT: str = "production"
API_V1_STR: str = "/api/v1"
NETWORK_NAME: str = "default_network"
# JWT 配置
SECRET_KEY: str = (
"your-secret-key-here-change-in-production-use-openssl-rand-hex-32"