mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-12 20:36:53 +08:00
feat: Add program_name attribute to TiDB connection (#5499)
Signed-off-by: Xiaoguang Sun <sunxiaoguang@gmail.com>
This commit is contained in:
@@ -33,6 +33,7 @@ class Config:
|
||||
dotenv.load_dotenv()
|
||||
|
||||
self.TESTING = False
|
||||
self.APPLICATION_NAME = "langgenius/dify"
|
||||
|
||||
# cors settings
|
||||
self.CONSOLE_CORS_ALLOW_ORIGINS = get_cors_allow_origins(
|
||||
|
||||
Reference in New Issue
Block a user