mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
parent
3fadb82c75
commit
24f266c7ab
1 changed files with 7 additions and 0 deletions
|
@ -121,6 +121,13 @@ export default {
|
|||
callback: "/login",
|
||||
home: "/",
|
||||
},
|
||||
cookie: {
|
||||
prefix: "mealie.auth.",
|
||||
options: {
|
||||
expires: 7,
|
||||
path: "/",
|
||||
},
|
||||
},
|
||||
// Options
|
||||
strategies: {
|
||||
local: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue