Skip to content

Commit

Permalink
update STORAGE_DIR for baremetal.md
Browse files Browse the repository at this point in the history
resolves #1340
  • Loading branch information
timothycarambat committed May 10, 2024
1 parent 0f981ab commit 6eefd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BARE_METAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Here you can find the scripts and known working process to run AnythingLLM outsi

4. Ensure that the `server/.env` file has _at least_ these keys to start. These values will persist and this file will be automatically written and managed after your first successful boot.
```
STORAGE_DIR="/your/absolute/path/to/server/.env"
STORAGE_DIR="/your/absolute/path/to/server/storage"
```

5. Edit the `frontend/.env` file for the `VITE_BASE_API` to now be set to `/api`. This is documented in the .env for which one you should use.
Expand Down

0 comments on commit 6eefd0d

Please sign in to comment.