We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a40871 commit 1a3c4cfCopy full SHA for 1a3c4cf
web-app/next.config.ts
@@ -5,7 +5,7 @@ const isProduction = process.env.NODE_ENV === "production";
5
const nextConfig: NextConfig = {
6
reactStrictMode: true,
7
env: {
8
- NEXT_PUBLIC_API_URL: isProduction ? "https://94.130.176.20.sslip.io:8000" : "http://localhost:8000",
+ NEXT_PUBLIC_API_URL: isProduction ? "https://168.119.231.16.sslip.io:8000" : "http://localhost:8000",
9
},
10
};
11
0 commit comments