add sborka

This commit is contained in:
2026-03-31 10:27:04 +03:00
commit f5e5f56c84
2345 changed files with 382127 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
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 = "77.91.76.196",
--
-- MySQL username
--
Username = "u3_3OLj1JmZKT",
--
-- MySQL password
--
Password = "R7zGPG!pzbnT^4jI18sw7da=",
--
-- MySQL database
--
Database = "s3_ftvnu",
}