Ver a proveniência

Change default database name to writefreely

(not writeas)
compose-update
Matt Baer há 5 anos
ascendente
cometimento
b9d7d4ce24
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      app.go

+ 1
- 1
app.go Ver ficheiro

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


Carregando…
Cancelar
Guardar