From 972ef5733733df0696e3b001652032a5a519e026 Mon Sep 17 00:00:00 2001 From: jeremygan2021 Date: Mon, 2 Mar 2026 12:19:43 +0800 Subject: [PATCH] t --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 274101c..c9600d8 100644 --- a/config.py +++ b/config.py @@ -2,7 +2,7 @@ from pydantic_settings import BaseSettings from typing import Optional class Settings(BaseSettings): - # 数据库配置 + # 数据库配置1 #database_url: str = "postgresql://luna:123luna@121.43.104.161:6432/luna" database_url: str = "postgresql://luna:123luna@6.6.6.66:5432/luna"