From 88bff5f2a0ef872ada07db1252a96088ed030819 Mon Sep 17 00:00:00 2001 From: Rabithua Date: Fri, 28 Nov 2025 19:15:08 +0800 Subject: [PATCH] fix: change VITE_API_BASE to http:// for traefik.me compatibility --- blueprints/rote/template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/rote/template.toml b/blueprints/rote/template.toml index f1957c00..90dcc8ad 100644 --- a/blueprints/rote/template.toml +++ b/blueprints/rote/template.toml @@ -18,6 +18,6 @@ host = "${backend_domain}" [config.env] POSTGRES_PASSWORD = "${postgres_password}" IMAGE_TAG = "${image_tag}" -VITE_API_BASE = "https://${backend_domain}" +VITE_API_BASE = "http://${backend_domain}" [[config.mounts]]