telebit/internal/mgmt/postgres.go

5 lines
139 B
Go

package mgmt
// InitSQL is the filepath to the SQL file used to initialize the database on each start
var InitSQL = "./postgres.init.sql"