asset_browser/.env.example
setonc a558804026 Initial commit — asset browser web app
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 09:06:25 -04:00

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