""" 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"