Skip to content

Commit

Permalink
update a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Mar 19, 2023
1 parent 9742eba commit 7ab6e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/companion/src/standalone/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ module.exports = function server (inputCompanionOptions) {
if (companionOptions.redisUrl) {
const RedisStore = connectRedis(session)
const redisClient = redis.client(companionOptions)
// todo next major: change default prefix to something like "companion:" and possibly remove this option
// todo next major: change default prefix to something like "companion-session:" and possibly remove this option
sessionOptions.store = new RedisStore({ client: redisClient, prefix: process.env.COMPANION_REDIS_EXPRESS_SESSION_PREFIX || 'sess:' })
}

Expand Down

0 comments on commit 7ab6e1e

Please sign in to comment.