You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
197 B
Python

DATABASE_URL = "mysql+pymysql://root:ngsk0809@192.168.5.10:3406/labelu"
MINIO_CONFIG = {
"host": "192.168.5.10:9100",
"user": "admin",
"password": "ngsk0809"
}
MINIO_BUCKET = "3dlabel"