telebit/internal/mgmt/authstore/authstore_postgres_test.go

7 lines
100 B
Go
Raw Normal View History

2020-09-16 11:09:48 +00:00
package authstore
var connStr = "postgres://postgres:postgres@localhost/postgres"
func init() {
}