6 lines
115 B
Go
6 lines
115 B
Go
package config
|
|
|
|
const (
|
|
CONNECTION_STRING = "postgres://postgres:postgres@localhost:5432/tasks?sslmode=disable"
|
|
)
|