Skip to content

Commit 635180a

Browse files
committed
remove env in next.config.mjs
1 parent a306603 commit 635180a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

peerprep-fe/next.config.mjs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +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-
AUTH_SERVICE_URL: process.env.AUTH_SERVICE_URL,
9-
QUESTION_SERVICE_URL: process.env.QUESTION_SERVICE_URL,
10-
},
114
};
125

136
export default nextConfig;

0 commit comments

Comments
 (0)