add readme

This commit is contained in:
Henry
2023-05-13 23:33:44 +01:00
parent 05bd7bc793
commit 02ebaa9cab
4 changed files with 21 additions and 1 deletions
+9
View File
@@ -86,6 +86,15 @@ Flowise has 3 different modules in a single mono repository.
Any code changes will reload the app automatically on [http://localhost:8080](http://localhost:8080)
## 🔒 Authentication
To enable app level authentication, add `USERNAME` and `PASSWORD` to the `.env` file in `packages/server`:
```
USERNAME=user
PASSWORD=1234
```
## 📖 Documentation
Coming soon