fix: 修复环境变量文件路径问题
- 将 .env.example 文件重命名为 apps/server/.env.example
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DATABASE_URL=postgres://postgres:postgres@localhost:5432/postgres
|
||||
Reference in New Issue
Block a user
- 将 .env.example 文件重命名为 apps/server/.env.example
@@ -0,0 +1 @@
|
||||
DATABASE_URL=postgres://postgres:postgres@localhost:5432/postgres
|
||||