49b790349f
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>
5 lines
250 B
Lua
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
|