mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-08 04:56:32 -05:00
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user