mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Uncomment cookieSecret config removal
This commit is contained in:
@@ -101,15 +101,12 @@ const keyMigrationMap = [
|
|||||||
newKey: 'performance.memoryCacheCapacity',
|
newKey: 'performance.memoryCacheCapacity',
|
||||||
migrate: (value) => `${value}mb`,
|
migrate: (value) => `${value}mb`,
|
||||||
},
|
},
|
||||||
// uncomment one release after 1.12.13
|
|
||||||
/*
|
|
||||||
{
|
{
|
||||||
oldKey: 'cookieSecret',
|
oldKey: 'cookieSecret',
|
||||||
newKey: 'cookieSecret',
|
newKey: 'cookieSecret',
|
||||||
migrate: () => void 0,
|
migrate: () => void 0,
|
||||||
remove: true,
|
remove: true,
|
||||||
},
|
},
|
||||||
*/
|
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user