From bda7e95611833aa1d2a4a3949d5ac51caf265241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=A3=9E?= Date: Thu, 5 Sep 2024 11:32:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=AF=E5=90=A6=E9=AA=8C=E8=AF=81=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E7=AB=AFSSL=E8=AF=81=E4=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/models.py b/sql/models.py index d86a985730..942b2fdb15 100755 --- a/sql/models.py +++ b/sql/models.py @@ -205,7 +205,7 @@ class Instance(models.Model): verbose_name="密码", max_length=300, default="", blank=True ) is_ssl = models.BooleanField("是否启用SSL", default=False) - verify_ssl= models.BooleanField("是否验证服务端SSL证书", default=True) + verify_ssl = models.BooleanField("是否验证服务端SSL证书", default=True) db_name = models.CharField("数据库", max_length=64, default="", blank=True) show_db_name_regex = models.CharField( "显示的数据库列表正则",