添加存储数据集路径

This commit is contained in:
Zixiao Wang 2025-06-09 15:38:49 +08:00
parent 9a9e44cb4c
commit e946cf0c37

View File

@ -5,4 +5,6 @@ LOCAL_IP = '192.168.31.138'
BUCKET_NAME = 'ai-data'
MINIO_ACCESS_KEY = 'admin'
MINIO_SECRET_KEY = 'liuchang630'
MINIO_SECRET_KEY = 'liuchang630'
LOCAL_DATA_DIR = '/tmp/NLPData'