mirror of
https://github.com/pure-admin/pure-admin-backend.git
synced 2025-05-26 07:37:21 +08:00
8 lines
89 B
Bash
8 lines
89 B
Bash
# Port
|
|
PORT=3000
|
|
|
|
# JWT_SECRET
|
|
JWT_SECRET = '708DD1DC5BC5A169'
|
|
|
|
# Debug
|
|
LOG_LEVEL='debug' |