All checks were successful
Quality Check / Linting (push) Successful in 6s
Build Application / generate (push) Successful in 22s
Build Application / build (tower_defence_web, build/*, build, build/index.html, Web) (push) Successful in 16s
Build Application / build (tower_defence.elf, tower_defence.elf, tower_defence.elf, Linux) (push) Successful in 19s
Build Application / build (tower_defence.exe, tower_defence.exe, tower_defence.exe, Windows) (push) Successful in 21s
Build Application / build-docker (push) Successful in 16s
Build Application / release (push) Successful in 9s
18 lines
504 B
Text
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 = ""
|