9 lines
No EOL
324 B
Text
Executable file
9 lines
No EOL
324 B
Text
Executable file
# Copy this file to .env and fill in the values.
|
|
# Generate SESSION_SECRET with:
|
|
# node -e "console.log(require('crypto').randomBytes(64).toString('hex'))"
|
|
|
|
NODE_ENV=production
|
|
PORT=3000
|
|
|
|
# Must be a long random string — never reuse across apps, never commit the real value
|
|
SESSION_SECRET=REPLACE_WITH_64_BYTE_HEX_STRING |