mirror of
https://github.com/pure-admin/pure-admin-backend.git
synced 2025-04-24 15:27:17 +08:00
8 lines
89 B
Bash
8 lines
89 B
Bash
# Port
|
|
PORT=3000
|
|
|
|
# JWT_SECRET
|
|
JWT_SECRET = '708DD1DC5BC5A169'
|
|
|
|
# Debug
|
|
LOG_LEVEL='debug' |