Update config_server.lua

removed SonoranCAD API and now servers can use database sync instead.
This commit is contained in:
Andyyy7666
2022-04-08 19:26:43 +02:00
committed by GitHub
parent 550cee48dd
commit 44f3ad3ada

View File

@@ -3,10 +3,4 @@
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
}