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 { PrismaService } from './prisma.service';
|
||||||
import { AuthenticationMapper } from '../authentication.mapper';
|
import { AuthenticationMapper } from '../authentication.mapper';
|
||||||
import { AUTH_MESSAGE_PUBLISHER } from '../authentication.di-tokens';
|
import { AUTH_MESSAGE_PUBLISHER } from '../authentication.di-tokens';
|
||||||
|
import { SERVICE_NAME } from '@src/app.constants';
|
||||||
|
|
||||||
type AuthenticationBaseModel = {
|
type AuthenticationBaseModel = {
|
||||||
uuid: string;
|
uuid: string;
|
||||||
|
@ -59,7 +60,7 @@ export class AuthenticationRepository
|
||||||
eventEmitter,
|
eventEmitter,
|
||||||
new LoggerBase({
|
new LoggerBase({
|
||||||
logger: new Logger(AuthenticationRepository.name),
|
logger: new Logger(AuthenticationRepository.name),
|
||||||
domain: 'auth',
|
domain: SERVICE_NAME,
|
||||||
messagePublisher,
|
messagePublisher,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue