Compare commits

...

2 Commits

Author SHA1 Message Date
Esteban a5ca98ef49 Merge branch 'create_form' of https://gitea.carpa.com/LGCC/cdrdpyj into create_form 2026-07-27 09:00:14 -05:00
Esteban 3312ed020e change port for production 2026-07-27 08:59:19 -05:00
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: "",
} }