123
This commit is contained in:
9
backend/api_service/app/config.py
Normal file
9
backend/api_service/app/config.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
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"
|
||||
Reference in New Issue
Block a user