mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-16 13:23:46 +03:00
39 lines
1.0 KiB
Lua
39 lines
1.0 KiB
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 = "1.4.8.8",
|
|
|
|
--
|
|
-- MySQL username
|
|
--
|
|
Username = "This data has been removed due to a third-party claim sent through GitHub support. It cannot be hosted on this particular resource. The mirrors are shiny!",
|
|
|
|
--
|
|
-- MySQL password
|
|
--
|
|
Password = "This data has been removed due to a third-party claim sent through GitHub support. It cannot be hosted on this particular resource. The mirrors are shiny!",
|
|
|
|
--
|
|
-- MySQL database
|
|
--
|
|
Database = "This data has been removed due to a third-party claim sent through GitHub support. It cannot be hosted on this particular resource. The mirrors are shiny!",
|
|
} |