Client/config/api_config.tres
Snoweuph 826b8f301d
Some checks failed
Build Application / generate (push) Failing after 4s
Build Application / build (tower_defence.elf, tower_defence.elf, tower_defence.elf, Linux) (push) Has been skipped
Build Application / build (tower_defence.exe, tower_defence.exe, tower_defence.exe, Windows) (push) Has been skipped
Build Application / build (tower_defence_web, build/*, build, build/index.html, Web) (push) Has been skipped
Build Application / build-docker (push) Has been skipped
Build Application / release (push) Has been skipped
Quality Check / Linting (push) Successful in 6s
NOTICKET: Api Client Generation
2025-02-15 11:43:22 +01:00

18 lines
504 B
Text

[gd_resource type="Resource" script_class="ApiConfig" load_steps=2 format=3 uid="uid://cdixdbu3sqgjn"]
[ext_resource type="Script" path="res://scripts/api-client/core/ApiConfig.gd" id="1_0p6qs"]
[resource]
script = ExtResource("1_0p6qs")
log_level = 2
host = "localhost"
port = 8080
headers_base = {
"Accept": "application/json",
"Content-Type": "application/json",
"User-Agent": "Stigmergiac/1.0 (Godot)"
}
headers_override = {}
polling_interval_ms = 333
tls_enabled = false
common_name_override = ""