mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-19 06:46:03 +01:00
Update config_server.lua
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
|
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
|
||||||
|
|
||||||
server_config = {
|
server_config = {
|
||||||
DiscordToken = "0", -- discord bot token for permissions.
|
DiscordToken = "0", -- discord bot token for permissions
|
||||||
GuildId = "872496972454592523", -- discord guild id.
|
GuildId = "872496972454592523", -- discord guild id
|
||||||
|
|
||||||
SonoranCAD_Enabled = false, -- Turn this on if you want to use SonoranCAD integration.
|
SonoranCAD_Enabled = false, -- Turn this on if you want to use SonoranCAD integration.
|
||||||
SonoranCAD_CommunityID = "",
|
SonoranCAD_CommunityID = "",
|
||||||
SonoranCAD_APIKey = ""
|
SonoranCAD_APIKey = "",
|
||||||
|
|
||||||
|
useKVP = false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user