add monitoring
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
aovantsev
2025-10-05 09:58:13 +03:00
parent ebf4bdeede
commit 85221dfb1f
9 changed files with 223 additions and 25 deletions

2
.env
View File

@@ -3,3 +3,5 @@ DATABASE_URL=postgres://postgres:password@localhost:5432/counter_db?sslmode=disa
PORT=8080
LOG_LEVEL=info
GIN_MODE=debug
METRICS_PORT=9090
JWT_SECRET=your-super-secure-development-secret-key-here