更新说明

This commit is contained in:
烟雨如花 2025-01-15 21:01:28 +08:00
parent 84eb746bab
commit dda00fd749

View File

@ -8,7 +8,7 @@ class Settings(BaseSettings):
MYSQL_USER: str = "mooc"
MYSQL_PASSWORD: str = "zXpPHKhE7A5x6X3A"
MYSQL_PASSWORD: str = "CzHkA6JFCL5hznhP"
MYSQL_HOST: str = "localhost"
MYSQL_PORT: str = "3306"
MYSQL_DATABASE: str = "mooc"