Skip to content

Commit 548f42d

Browse files
committed
lets encrypt cert: sslip.io
1 parent 4c65c70 commit 548f42d

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:8000" : "http://localhost:8000",
8+
NEXT_PUBLIC_API_URL: isProduction ? "https://94.130.176.20.sslip.io:8000" : "http://localhost:8000",
99
},
1010
};
1111

0 commit comments

Comments
 (0)