소스 검색

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)


불러오는 중...
취소
저장