mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2025-02-16 17:01:48 +00:00
Fixed unknown database type error (sqlite3 default)
This commit is contained in:
parent
e8a226cb53
commit
6e4b5b97a7
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ local data = {
|
|||
["g_renameInterval"] = 60,
|
||||
["g_debugWolfAdmin"] = 0,
|
||||
["omnibot_maxbots"] = 10,
|
||||
["db_type"] = "sqlite",
|
||||
["db_type"] = "sqlite3",
|
||||
["db_file"] = "wolfadmin.db",
|
||||
["db_hostname"] = "localhost",
|
||||
["db_port"] = 3306,
|
||||
|
|
Loading…
Reference in a new issue