14 lines
190 B
Plaintext
14 lines
190 B
Plaintext
# 服务器配置
|
|
NODE_ENV=development
|
|
PORT=3000
|
|
|
|
# 数据库配置
|
|
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_NAME=steel_prices
|
|
DB_USER=root
|
|
DB_PASSWORD=your_password
|
|
|
|
# 日志配置
|
|
LOG_LEVEL=info
|