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