From 2081f5532b38bc4aa2a9348b7a491ac2d520a6f2 Mon Sep 17 00:00:00 2001 From: tuanjp93 Date: Thu, 15 Jan 2026 08:40:37 +0700 Subject: [PATCH] Update kong.yml --- kong/kong.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/kong/kong.yml b/kong/kong.yml index fd0d209..2c8aa7d 100644 --- a/kong/kong.yml +++ b/kong/kong.yml @@ -172,17 +172,7 @@ services: allow: - admin - anon - ## Storage routes: the storage server manages its own auth - - name: storage-v1 - _comment: 'Storage: /storage/v1/* -> http://storage:5000/*' - url: http://$STORAGE_HOST:5000/ - routes: - - name: storage-v1-all - strip_path: true - paths: - - /storage/v1/ - plugins: - - name: cors + # ## Edge Functions routes # - name: functions-v1