telebit/internal/mgmt/postgres.go

5 lines
139 B
Go
Raw Normal View History

2020-11-13 09:43:17 +00:00
package mgmt
// InitSQL is the filepath to the SQL file used to initialize the database on each start
var InitSQL = "./postgres.init.sql"