ShiErFeng/shierfeng-fastapi-test/common/config.py
2026-07-24 09:43:10 +08:00

4 lines
97 B
Python

class Config:
frontend_url = 'http://localhost:80'
backend_url = 'http://localhost:9099'