We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a306603 commit 635180aCopy full SHA for 635180a
peerprep-fe/next.config.mjs
@@ -1,13 +1,6 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
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
- },
11
};
12
13
export default nextConfig;
0 commit comments