Skip to content

Commit 512cfb8

Browse files
committed
change env
1 parent e27dd28 commit 512cfb8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

peerprep-fe/next.config.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
output: 'standalone',
4-
env: {
5-
NEXT_PUBLIC_QUESTION_SERVICE_URL:
6-
process.env.NEXT_PUBLIC_QUESTION_SERVICE_URL,
7-
NEXT_PUBLIC_AUTH_SERVICE_URL: process.env.NEXT_PUBLIC_AUTH_SERVICE_URL,
8-
},
94
};
105

116
export default nextConfig;

0 commit comments

Comments
 (0)