Files
ND_Core/ND_Core/config_server.lua
2022-03-24 21:28:51 +01:00

13 lines
385 B
Lua

-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
server_config = {
DiscordToken = "0", -- discord bot token for permissions
GuildId = "872496972454592523", -- discord guild id
SonoranCAD_Enabled = false, -- Turn this on if you want to use SonoranCAD integration.
SonoranCAD_CommunityID = "",
SonoranCAD_APIKey = "",
useKVP = false
}