1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

config.go: rename parseConfig to configParse

This commit is contained in:
Adhityaa Chandrasekar
2018-07-24 12:11:01 +05:30
parent 6ca442f9cc
commit b7b224983c
3 changed files with 15 additions and 15 deletions

View File

@ -2,7 +2,7 @@ package main
func main() {
exitIfError(createLogger())
exitIfError(parseConfig())
exitIfError(configParse())
exitIfError(connectDB(5))
exitIfError(performMigrations())
exitIfError(smtpConfigure())