Skip to content

Commit 491be06

Browse files
CopilotSulstice
andcommitted
Address code review feedback - improve documentation clarity and security
Co-authored-by: Sulstice <11812946+Sulstice@users.noreply.github.com>
1 parent 6fad6c4 commit 491be06

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

LOCAL_DEPLOYMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ docker system prune -a
467467

468468
- **Documentation**: https://sensein.group/brainkbdocs/
469469
- **Issues**: https://github.com/sensein/BrainKB/issues
470-
- **Contact**: Tek Raj Chhetri <tekraj@mit.edu>
470+
- **Contact**: For questions or support, please open an issue on GitHub or refer to the main repository README
471471

472472
---
473473

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ For detailed platform-specific instructions (macOS, Windows, Linux), see **[LOCA
2323

2424
#### 1. Setup Environment variables
2525

26+
**Important**: Change default passwords in `.env` for security.
27+
2628
```bash
2729
# Copy the environment template
2830
cp env.template .env
2931

30-
# Edit .env with your configuration
32+
# Edit .env with your configuration (make sure to change passwords!)
3133
nano .env # or use your preferred editor
3234
```
3335

34-
**Important**: Change default passwords in `.env` for security.
35-
3636
#### 2. Start Services
3737

3838
**Recommended: Use the wrapper script (includes Ollama setup + pgAdmin config):**

0 commit comments

Comments
 (0)