Files
weibo_signin/backend/api_service/app/config.py

10 lines
221 B
Python
Raw Normal View History

2026-03-09 14:05:00 +08:00
"""
Configuration settings for API Service.
Re-uses shared settings; add API-specific overrides here if needed.
"""
from shared.config import shared_settings
APP_NAME = "Weibo-HotSign API Service"
APP_VERSION = "1.0.0"