Browse Source

Change default database name to writefreely

(not writeas)
compose-update
Matt Baer 5 years ago
parent
commit
b9d7d4ce24
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app.go

+ 1
- 1
app.go View File

@@ -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