mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-23 16:30:27 +01:00
Rename the project
Signed-off-by: Arthur DANJOU <arthurdanjou@outlook.fr>
This commit is contained in:
@@ -40,7 +40,7 @@ const redisConfig: RedisConfig = {
|
||||
port: Env.get('REDIS_PORT'),
|
||||
password: Env.get('REDIS_PASSWORD', ''),
|
||||
db: Env.get('REDIS_DB', 0),
|
||||
keyPrefix: 'artapi:',
|
||||
keyPrefix: 'athena:',
|
||||
healthCheck: true
|
||||
},
|
||||
},
|
||||
|
||||
@@ -36,7 +36,7 @@ const sessionConfig: SessionConfig = {
|
||||
| The name of the cookie that will hold the session id.
|
||||
|
|
||||
*/
|
||||
cookieName: 'artapi-session',
|
||||
cookieName: 'athena-session',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user