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>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
--[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
|
||||
local ____exports = {}
|
||||
____exports.SERVER_CONFIG = {API_URL = "http://82.146.52.69:3000/api", NETWORK_TIMEOUT = 10, ABSOLUTE_TIMEOUT = 10000}
|
||||
____exports.SERVER_CONFIG = {API_URL = "https://dota-zombie-invasion.achmad.dev/api", NETWORK_TIMEOUT = 10, ABSOLUTE_TIMEOUT = 10000}
|
||||
return ____exports
|
||||
|
||||
Reference in New Issue
Block a user