add notifications grpc
All checks were successful
Publish / Publish Job (push) Successful in 50s

This commit is contained in:
Дмитрий
2026-04-16 10:45:17 +03:00
parent de3550c524
commit 49c9d593d7
3 changed files with 11 additions and 6 deletions

View File

@@ -45,6 +45,11 @@ export const GRPC_CLIENTS = {
package: 'users.v1',
protoPath: PROTO_PATHS.USERS,
env: 'USERS_GRPC_URL'
},
NOTIFICATIONS_PACKAGE: {
package: 'notifications.v1',
protoPath: PROTO_PATHS.NOTIFICATIONS,
env: 'NOTIFICATIONS_GRPC_URL'
}
// LDAP_PACKAGE: {
// package: 'ldap.v1',