From e6f30ce95311f83ab3da62453ae73ba2ad9c9613 Mon Sep 17 00:00:00 2001 From: Llloooggg Date: Thu, 17 Nov 2022 23:49:35 +0300 Subject: [PATCH] =?UTF-8?q?backend:=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/textsouls/config.json_template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/textsouls/config.json_template b/backend/textsouls/config.json_template index 9ef668e..d92fefe 100644 --- a/backend/textsouls/config.json_template +++ b/backend/textsouls/config.json_template @@ -4,6 +4,6 @@ "SQLALCHEMY_TRACK_MODIFICATIONS": false }, "db_settings": { - "SQLALCHEMY_DATABASE_URI": "postgresql://ownername:pass@localhost/dyxless" + "SQLALCHEMY_DATABASE_URI": "mysql+pymysql://ownername:pass@localhost/textsouls" } } \ No newline at end of file