10 lines
221 B
Python
10 lines
221 B
Python
"""
|
|
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"
|