mirror of
https://github.com/therootcompany/telebit.git
synced 2025-08-05 02:46:39 +00:00
5 lines
139 B
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"
|