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": "",