初次提交代码

This commit is contained in:
2026-05-27 14:12:10 +08:00
parent 321aa5b319
commit ca32aa87e7
88 changed files with 19000 additions and 1 deletions

21
.env.production Normal file
View File

@@ -0,0 +1,21 @@
# 环境配置
ENVIRONMENT=production # 可选值: development/test/production
# 钉钉相关配置
DINGDING_INVOICE_APPROVAL_PROCESS_CODE = PROC-1FBC7990-CB26-45BA-8EE3-472EA70E4421
DINGDING_APP_KEY = ding3fdr9ulnhzlvnznb
DINGDING_APP_SECRET = Jk9Ph6iQ0gmkSxjOTZ7Sx3q_Z9HfJ97SbHoB2M6FFTNBrXqXAg-h1npfyAtznB7i
# 数据库配置
DATABASE_URL=mysql://mysqladmin:Hgt9908265!@@10.124.9.120:3306/procurement_db?serverTimezone=Asia/Shanghai&allowMultiQueries=true&useSSL=false
DATABASE_NAME=procurement_db
DATABASE_USER=mysqladmin # 后续考虑增加一个用户
DATABASE_PASSWORD=Hgt9908265!@
PRISMA_ENGINES_MIRROR=https://registry.npmmirror.com/-/binary/prisma
# 下载文件的基础目录配置
# Windows示例: DOWNLOAD_BASE_DIR=E:\\nginx-1.29.1\\html\\download
# Linux示例: DOWNLOAD_BASE_DIR=/var/www/html/download
DOWNLOAD_BASE_DIR=/usr/share/nginx/html/download
DOWNLOAD_BASE_URL=http://hrsscip.dfmc.com.cn/download