mottery/backend/app/core/config.py

8 lines
146 B
Python

class Settings:
PROJECT_NAME = "彩票数据分析系统"
API_V1_STR = "/api/v1"
BACKEND_CORS_ORIGINS = ["*"]
settings = Settings()