Kaynağa Gözat

Change default database name to writefreely

(not writeas)
compose-update
Matt Baer 5 yıl önce
ebeveyn
işleme
b9d7d4ce24
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      app.go

+ 1
- 1
app.go Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet