aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 20da58d..46bfb35 100644
--- a/README.md
+++ b/README.md
@@ -38,12 +38,12 @@ pnpm dev
Create `.env` files in each app directory:
-```apps/server/.env
+```pkgs/server/.env
DATABASE_URL=postgresql://user:password@localhost:5432/kioku
JWT_SECRET=your-secret-key
```
-```apps/web/.env
+```pkgs/web/.env
PUBLIC_API_URL=http://localhost:3000
```