mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
Upload
This commit is contained in:
39
lua/sam_sql_config.lua
Normal file
39
lua/sam_sql_config.lua
Normal file
@@ -0,0 +1,39 @@
|
||||
--[[
|
||||
| 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",
|
||||
}
|
||||
Reference in New Issue
Block a user