charles_c 8 tháng trước cách đây
mục cha
commit
465584c9dc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      next.config.mjs

+ 1 - 0
next.config.mjs

@@ -2,6 +2,7 @@
 const nextConfig = {
   output: "standalone",
   env: {
+    JWT_SECRET: process.env.JWT_SECRET,
     MONGODB_URI: process.env.MONGODB_URI,
   },
 };