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