Add NODE_ENV=production to env sample

This commit is contained in:
Tom Moor
2022-08-08 05:52:03 -07:00
committed by GitHub
parent dca491fc28
commit 57f9871c22

View File

@@ -1,5 +1,7 @@
# REQUIRED
NODE_ENV=production
# Generate a hex-encoded 32-byte random key. You should use `openssl rand -hex 32`
# in your terminal to generate a random value.
SECRET_KEY=generate_a_new_key