mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 21:00:41 +00:00
6 lines
244 B
Plaintext
6 lines
244 B
Plaintext
# JWT Secret for signing tokens (required)
|
|
# IMPORTANT: change this value before any real deployment.
|
|
# Generate one with: openssl rand -hex 32
|
|
# (Example only, 64 hex chars = 32 bytes)
|
|
JWT_SECRET=Enter-your-JWT-key-here-at-least-32-characters
|