docs(naming): drop scrum4me- prefix from doc filenames
This commit is contained in:
parent
6c49a5013d
commit
f5ff3673e2
35 changed files with 198 additions and 193 deletions
|
|
@ -21,7 +21,7 @@ export interface SessionData {
|
|||
|
||||
export const sessionOptions: SessionOptions = {
|
||||
password: process.env.SESSION_SECRET!,
|
||||
cookieName: 'scrum4me-session',
|
||||
cookieName: 'session',
|
||||
cookieOptions: {
|
||||
secure: process.env.NODE_ENV === 'production',
|
||||
httpOnly: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue