00Boobs00 commited on
Commit
894ffe9
·
verified ·
1 Parent(s): 73ad7a9

Upload next.config.js with huggingface_hub

Browse files
Files changed (1) hide show
  1. next.config.js +1 -1
next.config.js CHANGED
@@ -3,7 +3,7 @@ const nextConfig = {
3
  reactStrictMode: true,
4
  output: 'standalone',
5
  env: {
6
- NEXTAUTH_URL: process.env.NEXTAUTH_URL || 'http://localhost:3000',
7
  NEXTAUTH_SECRET: process.env.NEXTAUTH_SECRET || 'production-secret-replace-in-env',
8
  },
9
  }
 
3
  reactStrictMode: true,
4
  output: 'standalone',
5
  env: {
6
+ NEXTAUTH_URL: process.env.NEXTAUTH_URL || 'http://localhost:7860',
7
  NEXTAUTH_SECRET: process.env.NEXTAUTH_SECRET || 'production-secret-replace-in-env',
8
  },
9
  }