We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c65c70 commit 548f42dCopy full SHA for 548f42d
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:8000" : "http://localhost:8000",
+ NEXT_PUBLIC_API_URL: isProduction ? "https://94.130.176.20.sslip.io:8000" : "http://localhost:8000",
9
},
10
};
11
0 commit comments