Pārlūkot izejas kodu

Change default database name to writefreely

(not writeas)
compose-update
Matt Baer pirms 5 gadiem
vecāks
revīzija
b9d7d4ce24
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      app.go

+ 1
- 1
app.go Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt