Change default database name to writefreely

(not writeas)
pull/37/head
Matt Baer 6 years ago
parent f3df2b4159
commit b9d7d4ce24
  1. 2
      app.go

@ -357,7 +357,7 @@ func Serve() {
app.cfg.Database.Host = "localhost"
}
if app.cfg.Database.Database == "" {
app.cfg.Database.Database = "writeas"
app.cfg.Database.Database = "writefreely"
}
connectToDatabase(app)

Loading…
Cancel
Save