Files
wnsrc/addons/sam/lua/sam_sql_config.lua
lifestorm c6d9b6f580 Upload
2024-08-05 18:40:29 +03:00

40 lines
627 B
Lua

--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
if SAM_LOADED then return end
return {
--
-- Enable MySQL/sqlite
-- Don't touch this if you don't know what it means
--
MySQL = true,
--
-- MySQL host/ip
--
Host = "144.76.235.183",
--
-- MySQL username
--
Username = "u1_IvQVCXwwft",
--
-- MySQL password
--
Password = "!@eQG1EP8mTaT3MlbqvTrSmt",
--
-- MySQL database
--
Database = "s1_sam_dev",
}