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