commit
e9e84ea076
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -21,7 +21,7 @@ var DB *sql.DB
|
|||
|
||||
//Main loop
|
||||
func main() {
|
||||
configPatch := flag.String("config", "extra/config.ini.example", "the patch to the config file") //Get the config patch from --config flag
|
||||
configPatch := flag.String("config", "config.ini", "the patch to the config file") //Get the config patch from --config flag
|
||||
sqlMigration := flag.Bool("sqlmigrate", false, "initialize / migrate the database") //Detect if migration asked
|
||||
flag.Parse()
|
||||
|
||||
|
|
Loading…
Reference in a new issue