添加docker文件

This commit is contained in:
Administrator 2023-07-13 15:58:00 +08:00
parent b9f4d6c236
commit b3f10c2bfc
1 changed files with 7 additions and 2 deletions

View File

@ -8,9 +8,14 @@ from typing import Literal, List, Any, Optional
Base = declarative_base()
# user = "root"
# password = "123456"
# host = "127.0.0.1"
# db = 'daily'
user = "root"
password = "123456"
host = "127.0.0.1"
password = "jntm2.5"
host = "192.168.0.89:13306"
db = 'daily'