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