complete env file with missing entry

This commit is contained in:
sbriat
2023-10-18 10:29:05 +02:00
parent ac1dbbd1b3
commit f453d5f84a

View File

@@ -10,6 +10,7 @@ import { AuthenticationRepositoryPort } from '../core/application/ports/authenti
import { PrismaService } from './prisma.service';
import { AuthenticationMapper } from '../authentication.mapper';
import { AUTH_MESSAGE_PUBLISHER } from '../authentication.di-tokens';
import { SERVICE_NAME } from '@src/app.constants';
type AuthenticationBaseModel = {
uuid: string;
@@ -59,7 +60,7 @@ export class AuthenticationRepository
eventEmitter,
new LoggerBase({
logger: new Logger(AuthenticationRepository.name),
domain: 'auth',
domain: SERVICE_NAME,
messagePublisher,
}),
);