Skip to content

Commit

Permalink
adding standalone mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreeman451 committed Mar 1, 2025
1 parent f3e0fa6 commit 4ddc5ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
reactStrictMode: true,
async rewrites() {
// const backendUrl = process.env.BACKEND_URL || 'http://localhost:8090';
const backendUrl = process.env.BACKEND_URL || 'http://172.233.208.210:8090';
const backendUrl = process.env.BACKEND_URL || 'http://localhost:8090';
// const backendUrl = process.env.BACKEND_URL || 'http://172.233.208.210:8090';
return [
{
source: '/api/:path*',
Expand Down

0 comments on commit 4ddc5ce

Please sign in to comment.