This commit is contained in:
jeremygan2021
2026-03-02 12:06:26 +08:00
parent 3cfb04f85a
commit c893aa6511
15 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ from typing import Optional
class Settings(BaseSettings):
# 数据库配置
#database_url: str = "postgresql://luna:123luna@121.43.104.161:6432/luna"
database_url: str = "postgresql://luna:123luna@6.6.6.86:5432/luna"
database_url: str = "postgresql://luna:123luna@6.6.6.66:5432/luna"
# MQTT配置