Skip to content

Commit 1a3c4cf

Browse files
committed
update to faster server
1 parent 7a40871 commit 1a3c4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-app/next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const isProduction = process.env.NODE_ENV === "production";
55
const nextConfig: NextConfig = {
66
reactStrictMode: true,
77
env: {
8-
NEXT_PUBLIC_API_URL: isProduction ? "https://94.130.176.20.sslip.io:8000" : "http://localhost:8000",
8+
NEXT_PUBLIC_API_URL: isProduction ? "https://168.119.231.16.sslip.io:8000" : "http://localhost:8000",
99
},
1010
};
1111

0 commit comments

Comments
 (0)