fix: change default internal rewrite and server resolution host to kong
All checks were successful
Staging Build / build (push) Successful in 3m28s

This commit is contained in:
DanielS
2026-07-04 17:19:09 +02:00
parent f82f08ffd0
commit 5bad959b13
2 changed files with 5 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ const nextConfig: NextConfig = {
];
},
async rewrites() {
const supabaseUrl = (process.env.SUPABASE_URL || "http://supabase-kong:8000").replace(/\/$/, "");
const supabaseUrl = (process.env.SUPABASE_URL || "http://kong:8000").replace(/\/$/, "");
return [
{
source: '/auth/v1/:path*',