Picture using minio service
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user