fix: add JWT_SECRET to backend/.env.example

This commit is contained in:
2026-04-06 12:31:54 +09:00
parent 5859288455
commit 42f76d9f04

View File

@@ -1,3 +1,4 @@
DATABASE_URL="mysql://hanarang:PASSWORD@10.10.10.146:33006/hanarang_dashboard"
JWT_SECRET="change-this-to-a-secure-random-string-in-production"
SSH_KEY_PATH="/home/narang/.ssh/id_rsa"
BACKEND_PORT=3005