смена конфига
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
madipo2611 2025-08-14 20:10:21 +03:00
parent a4e2c42647
commit 3ea3ad8e57

View File

@ -333,7 +333,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)
}