From 1c5b269aa31a916dcfdab8e85093e8d74dcf6ed7 Mon Sep 17 00:00:00 2001 From: bjdgyc Date: Tue, 22 Oct 2024 13:22:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20postgres=20=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0fce86e..cdaa584 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,6 @@ AnyLink 服务端仅在 CentOS 7、CentOS 8、Ubuntu 18.04、Ubuntu 20.04 测试 > > - ### 使用问题 > 对于测试环境,可以直接进行测试,需要客户端取消勾选【阻止不受信任的服务器(Block connections to untrusted servers)】 @@ -161,11 +160,11 @@ sudo ./anylink > > 数据库表结构自动生成,无需手动导入(请赋予 DDL 权限) -| db_type | db_source | -|----------|--------------------------------------------------------| -| sqlite3 | ./conf/anylink.db | -| mysql | user:password@tcp(127.0.0.1:3306)/anylink?charset=utf8 | -| postgres | user:password@localhost/anylink?sslmode=verify-full | +| db_type | db_source | +|----------|----------------------------------------------------------------| +| sqlite3 | ./conf/anylink.db | +| mysql | user:password@tcp(127.0.0.1:3306)/anylink?charset=utf8 | +| postgres | postgres://user:password@localhost/anylink?sslmode=verify-full | > 示例配置文件 >