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 06d007c commit e27dd28Copy full SHA for e27dd28
peerprep-fe/next.config.mjs
@@ -1,6 +1,11 @@
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
+ },
9
};
10
11
export default nextConfig;
0 commit comments