From 0ce1ee8f05dc4711cd344d9efb9e86e439429e1e Mon Sep 17 00:00:00 2001 From: Amir Alavi Date: Tue, 10 Feb 2026 16:21:27 +0000 Subject: [PATCH] fix spaces in the template env variables. --- blueprints/onyx/template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/onyx/template.toml b/blueprints/onyx/template.toml index 56d86082..c851fdf7 100644 --- a/blueprints/onyx/template.toml +++ b/blueprints/onyx/template.toml @@ -250,4 +250,4 @@ env = [ 'REDIS_HOST=cache', 'MODEL_SERVER_HOST=inference_model_server', 'INDEXING_MODEL_SERVER_HOST=indexing_model_server', -'INTERNAL_URL=http://api_server:8080] +'INTERNAL_URL=http://api_server:8080']