Skip to content

Commit 3dee317

Browse files
NikolaySclaude
andcommitted
refactor: Remove unnecessary files and fix documentation style
Removed: - SECURITY_SETUP.md (unnecessary extra file, info moved to .env.example) - create_issues.sh (issues already created, script no longer needed) Updated: - README.md: Removed emoji from section title, removed reference to deleted SECURITY_SETUP.md, now references .env.example directly Follows project core principles: avoid creating extra files unless absolutely necessary. Related to MR !56 Co-Authored-By: Claude <[email protected]>
1 parent 5ac0438 commit 3dee317

File tree

3 files changed

+2
-765
lines changed

3 files changed

+2
-765
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Experience the full monitoring solution: **https://demo.postgres.ai** (login: `d
6363
- Supports Postgres versions 14-18
6464
- **pg_stat_statements extension must be created** for the DB used for connection
6565

66-
## 🔐 Environment Configuration
66+
## Environment configuration
6767

6868
**Important:** As of v2.0, all credentials are managed via environment variables for security.
6969

@@ -84,7 +84,7 @@ nano .env
8484
./postgres_ai quickstart --api-key=your_key
8585
```
8686

87-
📖 **See [SECURITY_SETUP.md](SECURITY_SETUP.md)** for complete environment variable documentation, security best practices, and production deployment guidelines.
87+
See `.env.example` for complete environment variable documentation and security best practices.
8888

8989
## ⚠️ Security Notice
9090

SECURITY_SETUP.md

Lines changed: 0 additions & 317 deletions
This file was deleted.

0 commit comments

Comments
 (0)