ソースを参照

Change default database name to writefreely

(not writeas)
compose-update
Matt Baer 5年前
コミット
b9d7d4ce24
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      app.go

+ 1
- 1
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)


読み込み中…
キャンセル
保存