refactor(control_plane): remove business http server stack

This commit is contained in:
admin
2026-03-01 13:32:25 +08:00
parent e553cf7835
commit c6602032c7
14 changed files with 56 additions and 2164 deletions

View File

@@ -37,10 +37,6 @@ config TQ_LIFECYCLE_RETRY_BACKOFF_MS
range 100 10000
default 800
config TQ_HTTP_PORT
int "REST HTTP Port"
default 80
config TQ_REST_PRINTER_CONNECT_TIMEOUT_MS
int "REST printer connect timeout default (ms)"
range 1000 60000
@@ -186,10 +182,6 @@ config TQ_DIRECT_PRINTER_NTC_BETA
default 3950
depends on TQ_DIRECT_PRINTER_ENABLE
config TQ_API_KEY
string "REST API Key (optional, empty means disabled)"
default ""
config TQ_Z_IMAGE_API_KEY
string "Z-Image API Key for DashScope HTTP (optional, fallback to Voice API key)"
default "sk-7a50eca6856d4afb968ac3bf512f6d1b"