v.0.0.2.3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
madipo2611 2025-08-14 21:14:59 +03:00
parent 57a3f6ca7b
commit 458c5a9dad

View File

@ -378,7 +378,7 @@ func (s *server) StreamMessages(req *proto.StreamMessagesRequest, stream proto.M
func main() {
// Initialize database connection
pool, err := pgxpool.Connect(context.Background(), "postgres://tailly_v2:BBP%263XP956%26D8y6cYJ@79.174.89.104:15452/tailly_v2")
pool, err := pgxpool.Connect(context.Background(), "postgres://tailly_v2:i0Oq%2675LA%26M612ceuy@79.174.89.104:15452/tailly_v2")
if err != nil {
log.Fatalf("Unable to connect to database: %v", err)
}