mirror of
https://github.com/therootcompany/telebit.git
synced 2025-08-05 02:46:39 +00:00
7 lines
100 B
Go
7 lines
100 B
Go
package authstore
|
|
|
|
var connStr = "postgres://postgres:postgres@localhost/postgres"
|
|
|
|
func init() {
|
|
}
|