chore(api): set production default port to 3000
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ dotenv.config({ path: path.resolve(__dirname, "../.env") });
|
||||
dotenv.config();
|
||||
|
||||
const envSchema = z.object({
|
||||
PORT: z.coerce.number().default(3001),
|
||||
PORT: z.coerce.number().default(3000),
|
||||
SUPABASE_URL: z.string().url().optional(),
|
||||
SUPABASE_SERVICE_ROLE_KEY: z.string().optional(),
|
||||
REVENUECAT_WEBHOOK_SECRET: z.string().optional(),
|
||||
|
||||
Reference in New Issue
Block a user