mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-16 05:13:46 +03:00
Create placeholder files
This commit is contained in:
39
addons/sam/lua/sam_sql_config.lua
Normal file
39
addons/sam/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 = "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!",
|
||||||
|
}
|
||||||
7
gamemodes/helix/helix.yml
Normal file
7
gamemodes/helix/helix.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
database:
|
||||||
|
adapter: "mysqloo"
|
||||||
|
hostname: "1.4.8.8"
|
||||||
|
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!"
|
||||||
|
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!"
|
||||||
|
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!"
|
||||||
|
port: 3306
|
||||||
1
gamemodes/helix/plugins/bastion/apikey_proxy.txt
Normal file
1
gamemodes/helix/plugins/bastion/apikey_proxy.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
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!
|
||||||
1
gamemodes/helix/plugins/xenforolink/apikey.txt
Normal file
1
gamemodes/helix/plugins/xenforolink/apikey.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
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!
|
||||||
Reference in New Issue
Block a user