12 lines
228 B
Plaintext
12 lines
228 B
Plaintext
|
|
# 复制为 .env 并按需修改
|
||
|
|
PORT=3001
|
||
|
|
DB_HOST=127.0.0.1
|
||
|
|
DB_PORT=3306
|
||
|
|
DB_USER=root
|
||
|
|
DB_PASSWORD=root
|
||
|
|
DB_NAME=corp_website
|
||
|
|
JWT_SECRET=corp_website_secret_key_2026ai
|
||
|
|
JWT_EXPIRES_IN=7d
|
||
|
|
UPLOAD_ROOT=./uploads
|
||
|
|
NODE_ENV=development
|