mirror of
https://gitlab.com/mobicoop/v3/service/auth.git
synced 2026-01-30 15:30:45 +00:00
complete env file with missing entry
This commit is contained in:
@@ -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,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user