fix: 修复环境变量文件路径问题

- 将 .env.example 文件重命名为 apps/server/.env.example
This commit is contained in:
2026-01-21 15:50:39 +08:00
parent 484ecd85a3
commit e1ab34b7ec

1
apps/server/.env.example Normal file
View File

@@ -0,0 +1 @@
DATABASE_URL=postgres://postgres:postgres@localhost:5432/postgres