Picture using minio service

This commit is contained in:
zhouchengrong
2024-03-18 14:17:43 +08:00
parent 26c328b1e4
commit 2f89e7432f
116 changed files with 10294 additions and 254 deletions

View File

@@ -18,3 +18,12 @@ class Settings(BaseSettings):
settings = Settings()
MINIO_IP = "18.167.251.121"
MINIO_PORT = 8000
MINIO_SECURE = False
MINIO_ACCESS = "e8zc55mzDOh4IzRrZ9Oa"
MINIO_SECRET = "uHfqJ7UkwA1PTDGfnA44Hp9ux5YkZTkzZLjeOYhE"
OM_TRITON_IP = "10.1.1.150"
OM_TRITON_PORT = "7000"