complete env file with missing entry
This commit is contained in:
parent
ac1dbbd1b3
commit
f453d5f84a
|
@ -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,
|
||||
}),
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue