mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-22 04:12:19 +00:00
Also set sqlite as default in settings.lua
This commit is contained in:
parent
ef8d478cf9
commit
1be2b0f2eb
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"] = "cfg",
|
||||
["db_type"] = "sqlite",
|
||||
["db_file"] = "wolfadmin.db",
|
||||
["db_hostname"] = "localhost",
|
||||
["db_port"] = 3306,
|
||||
|
|
Loading…
Reference in a new issue