This commit is contained in:
a 2022-08-03 05:07:08 -05:00
parent ba96f9313a
commit 5c2c358ff3
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
{ {
"address": "http://localhost:9999", "address": "http://localhost:9999",
"dbtype": "sql", "dbtype": "sqlite3",
"dbhost": "", "dbhost": "",
"dbname": "pastebin.db", "dbname": "db.sqlite",
"dbtable": "pastebin", "dbtable": "pastebin",
"dbaccountstable": "accounts", "dbaccountstable": "accounts",
"dbport": "", "dbport": "",