create_form #48

Merged
esteban merged 42 commits from create_form into main 2026-07-28 11:50:56 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3312ed020e - Show all commits

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: "",
} }