Skip to content

Commit

Permalink
Setting NODE_ENV to sanitize outgoing error messages (#1915)
Browse files Browse the repository at this point in the history
  • Loading branch information
dubwub authored Dec 19, 2024
1 parent 6479103 commit 760f1a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servers/fdr-deploy/scripts/fdr-deploy-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ export class FdrDeployStack extends Stack {
environmentType === "DEV2"
? "https://files-dev2.buildwithfern.com"
: "https://files.buildwithfern.com",
NODE_ENV: "production",
},
containerName: CONTAINER_NAME,
containerPort: 8080,
Expand Down

0 comments on commit 760f1a5

Please sign in to comment.