Add session storage with Badger
This commit is contained in:
parent
eae84676c2
commit
f984d0cfad
5 changed files with 208 additions and 5 deletions
|
|
@ -15,6 +15,9 @@ type Config struct {
|
|||
Database struct {
|
||||
Location string `env:"DATABASE_LOCATION"`
|
||||
}
|
||||
Sessions struct {
|
||||
Location string `env:"SESSIONS_LOCATION"`
|
||||
}
|
||||
}
|
||||
|
||||
var configParsed bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue