From 5c2c358ff37a034d91f871da31c52bd1112effe3 Mon Sep 17 00:00:00 2001 From: a Date: Wed, 3 Aug 2022 05:07:08 -0500 Subject: [PATCH] up --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index b93db29..c3c2fe9 100644 --- a/config.json +++ b/config.json @@ -1,8 +1,8 @@ { "address": "http://localhost:9999", - "dbtype": "sql", + "dbtype": "sqlite3", "dbhost": "", - "dbname": "pastebin.db", + "dbname": "db.sqlite", "dbtable": "pastebin", "dbaccountstable": "accounts", "dbport": "",