fix grpc url for oauth
All checks were successful
Publish / Publish Job (push) Successful in 50s

This commit is contained in:
Дмитрий
2026-04-23 11:13:14 +03:00
parent ac65ea88c0
commit a75cfaf851
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ export const GRPC_CLIENTS = {
OAUTH_PACKAGE: {
package: 'oauth.v1',
protoPath: PROTO_PATHS.OAUTH,
env: 'OAUTH_GRPC_URL'
env: 'AUTH_GRPC_URL'
},
ACCOUNT_PACKAGE: {
package: 'account.v1',