From 37e00038103cd1a84fbb60fc01abd821efd70c47 Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Sat, 18 Feb 2023 23:03:30 +0800 Subject: [PATCH] Update config.py --- configs/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/config.py b/configs/config.py index 9aff1fcb..8a8ac935 100644 --- a/configs/config.py +++ b/configs/config.py @@ -19,7 +19,7 @@ NICKNAME: str = "小真寻" # 数据库(必要) # 如果填写了bind就不需要再填写后面的字段了#) -# 示例:"bind": "postgresql://user:password@127.0.0.1:5432/database" +# 示例:"bind": "postgres://user:password@127.0.0.1:5432/database" bind: str = "" # 数据库连接链接 sql_name: str = "postgres" user: str = "" # 数据用户名