mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
not deploying
This commit is contained in:
@@ -95,6 +95,7 @@ func main() {
|
||||
if err != nil {
|
||||
log.Panicln(err)
|
||||
}
|
||||
// recompile?
|
||||
err = session.DB(config.MongoAuth.Database).Login(config.MongoAuth.Username, config.MongoAuth.Password)
|
||||
if err != nil {
|
||||
log.Fatalln("Could not log in to db:", err)
|
||||
|
||||
Reference in New Issue
Block a user