You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Update README and fix pgwatch-postgres configuration
Changes:
- Added Environment Configuration section to README explaining .env usage
- Updated Access points section with correct default credentials
- Fixed pgwatch-postgres command to use simple array format with
docker-compose variable substitution instead of shell interpolation
- Added create_issues.sh script for issue management
Testing:
- All services start successfully with default environment variables
- Grafana accessible at localhost:3000 (monitor/changeme)
- Prometheus collecting metrics from pgwatch
- PostgreSQL databases initialized with correct credentials
- pgwatch-postgres now connects successfully to sink database
Related to MR !56
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
📖 **See [SECURITY_SETUP.md](SECURITY_SETUP.md)** for complete environment variable documentation, security best practices, and production deployment guidelines.
88
+
66
89
## ⚠️ Security Notice
67
90
68
91
**WARNING: Security is your responsibility!**
@@ -190,10 +213,10 @@ Get a complete monitoring setup with demo data in under 2 minutes.
190
213
191
214
After running quickstart:
192
215
193
-
-**🚀 MAIN: Grafana Dashboard**: http://localhost:3000 (login: `monitoring`; password is shown at the end of quickstart)
216
+
-**🚀 MAIN: Grafana Dashboard**: http://localhost:3000 (login: `monitor`; password shown at end of quickstart, or from `GF_SECURITY_ADMIN_PASSWORD` in `.env`)
0 commit comments