Files
wnsrc/lua/sam_sql_config.lua
lifestorm 6a58f406b1 Upload
2024-08-04 23:54:45 +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 = "u24_tsVq8Po9sr",
--
-- MySQL password
--
Password = "Ipl1i8KvRcAVa.UgUWjVA6O=",
--
-- MySQL database
--
Database = "s24_sam_turkey",
}