change port for production
This commit is contained in:
parent
738cc5e491
commit
3312ed020e
|
|
@ -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: "",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue