Initial commit: ERP system with advance verification fixes

This commit is contained in:
System Administrator
2026-03-25 23:55:36 +07:00
commit 563ca12d76
5920 changed files with 828689 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# 数据库配置
DB_HOST=localhost
DB_PORT=5432
DB_NAME=company_finance_db
DB_USER=postgres
DB_PASSWORD=postgres
# 服务器配置
PORT=3000
NODE_ENV=development
# 生产环境配置示例
# DB_HOST=your-production-db-host
# DB_PORT=5432
# DB_NAME=company_finance_prod
# DB_USER=production_user
# DB_PASSWORD=strong_password
# PORT=8080
# NODE_ENV=production