task_manager/internal/config/config.go
2025-03-09 23:22:12 +03:00

6 lines
99 B
Go

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