Files
wnsrc/addons/sam-master/lua/sam_sql_config.lua
lifestorm 9c918c46e5 Upload
2024-08-04 23:12:27 +03:00

40 lines
632 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 = "u22_9WSilnSy53",
--
-- MySQL password
--
Password = "@mQRtjZidJE6dOKp1fT8FzR4",
--
-- MySQL database
--
Database = "s22_sam_polish",
}