From b64698c2d9608cd74c3b4f3b62e6d0343f992e5f Mon Sep 17 00:00:00 2001 From: Leonid Date: Sun, 4 Jul 2021 01:39:11 +0700 Subject: [PATCH] Make datastore as default database --- Kits/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kits/config.yaml b/Kits/config.yaml index d4b7b81..7db39b7 100644 --- a/Kits/config.yaml +++ b/Kits/config.yaml @@ -5,4 +5,4 @@ # Type of datastore that will be used # datastore (default): will create 'kits.data.yaml' file that saves all kits # mysql: will create table that saves all kits - connectionType: "mysql" \ No newline at end of file + connectionType: "datastore"