Rename project

This commit is contained in:
2022-07-02 22:22:57 +02:00
parent 6f710d7faa
commit 14f3a9980d
6 changed files with 10 additions and 10 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: 'athena:',
keyPrefix: 'api:',
healthCheck: true,
},
},

View File

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