mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-15 21:03:46 +03:00
40 lines
632 B
Lua
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",
|
|
}
|