change port for production

This commit is contained in:
Esteban 2026-07-27 08:59:19 -05:00
parent 738cc5e491
commit 3312ed020e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module.exports = {
}, },
env_production: { env_production: {
NODE_ENV: "production", NODE_ENV: "production",
PORT: 3310, PORT: 4321,
TURNSTILE_SITE_KEY: "", TURNSTILE_SITE_KEY: "",
TURNSTILE_SECRET_KEY: "", TURNSTILE_SECRET_KEY: "",
} }