Rename the project

Signed-off-by: Arthur DANJOU <arthurdanjou@outlook.fr>
This commit is contained in:
2021-08-05 15:50:29 +02:00
parent 94f6175e71
commit 353764a8a3
7 changed files with 11 additions and 11 deletions

View File

@@ -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
},
},

View File

@@ -36,7 +36,7 @@ const sessionConfig: SessionConfig = {
| The name of the cookie that will hold the session id.
|
*/
cookieName: 'artapi-session',
cookieName: 'athena-session',
/*
|--------------------------------------------------------------------------