mirror of
https://github.com/ctwj/urldb.git
synced 2025-11-25 03:15:04 +08:00
13 lines
194 B
Plaintext
13 lines
194 B
Plaintext
# 数据库配置
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_USER=postgres
|
|
DB_PASSWORD=password
|
|
DB_NAME=res_db
|
|
|
|
# 服务器配置
|
|
PORT=8080
|
|
|
|
# 文件上传配置
|
|
UPLOAD_DIR=./uploads
|
|
MAX_FILE_SIZE=100MB |