mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 19:34:19 +00:00
Fix unnecessarily connecting to DB after multi-user config
This commit is contained in:
parent
ae019e4dc3
commit
1cb593fd8c
1 changed files with 1 additions and 1 deletions
2
app.go
2
app.go
|
@ -146,7 +146,7 @@ func Serve() {
|
|||
log.Error("Unable to configure: %v", err)
|
||||
os.Exit(1)
|
||||
}
|
||||
if d != nil {
|
||||
if d.User != nil {
|
||||
app.cfg = d.Config
|
||||
connectToDatabase(app)
|
||||
defer shutdown(app)
|
||||
|
|
Loading…
Reference in a new issue