task_manager/internal/config/config.go
2025-03-22 11:32:29 +03:00

6 lines
115 B
Go

package config
const (
CONNECTION_STRING = "postgres://postgres:postgres@localhost:5432/tasks?sslmode=disable"
)