Minor changes

This commit is contained in:
2017-10-31 12:12:21 +01:00
parent 2b03ba6cc6
commit 32d7378e87
3 changed files with 21 additions and 2 deletions

View File

@ -72,7 +72,7 @@ func configure(app *aero.Application) *aero.Application {
// TODO: ...
// app.Sessions.Store = aerospikestore.New(arn.DB, "Session", app.Sessions.Duration)
app.Sessions.Store = nanostore.New(arn.DB, "Session")
app.Sessions.Store = nanostore.New(arn.DB.Collection("Session"))
// Layout
app.Layout = layout.Render