Files
Dota-Zombie-Invasion/scripts/vscripts/server_config.lua
T
achmad 49b790349f feat: update API URL to dota-zombie-invasion.achmad.dev
Point game client (server_config.lua) to the new domain with HTTPS
and enable secure flag on the admin session cookie for HTTPS.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-29 17:31:35 +07:00

5 lines
250 B
Lua

--[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
local ____exports = {}
____exports.SERVER_CONFIG = {API_URL = "https://dota-zombie-invasion.achmad.dev/api", NETWORK_TIMEOUT = 10, ABSOLUTE_TIMEOUT = 10000}
return ____exports