mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
wasn't setting host on cache
This commit is contained in:
@@ -108,7 +108,11 @@ func main() {
|
||||
}
|
||||
ironAuth = common.NewIronAuth(session, config.MongoAuth.Database)
|
||||
|
||||
icache.Settings.UseConfigMap(map[string]interface{}{"token": config.Iron.Token, "project_id": config.Iron.ProjectId})
|
||||
icache.Settings.UseConfigMap(map[string]interface{}{
|
||||
"token": config.Iron.Token,
|
||||
"project_id": config.Iron.ProjectId,
|
||||
"host": config.Iron.Host,
|
||||
})
|
||||
|
||||
r := mux.NewRouter()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user