Initial commit
This commit is contained in:
20
addons/plogs/lua/plogs_mysql_cfg.lua
Normal file
20
addons/plogs/lua/plogs_mysql_cfg.lua
Normal file
@@ -0,0 +1,20 @@
|
||||
--
|
||||
-- MySQL configs
|
||||
-- Note: I highly recomend use of tmysql over mysqloo because mysqloo both slow and an extreme memory leak.
|
||||
--
|
||||
|
||||
|
||||
-- IP
|
||||
plogs.cfg.IP = '0.0.0.0'
|
||||
|
||||
-- Port
|
||||
plogs.cfg.Port = 3306
|
||||
|
||||
-- Database name
|
||||
plogs.cfg.DB = 'plogs'
|
||||
|
||||
-- Username
|
||||
plogs.cfg.User = 'example'
|
||||
|
||||
-- Password
|
||||
plogs.cfg.Pass = '123'
|
||||
Reference in New Issue
Block a user