mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
parent
3fadb82c75
commit
24f266c7ab
@ -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…
x
Reference in New Issue
Block a user