fix: ip of customer

This commit is contained in:
skeris 2024-05-06 13:20:34 +03:00
parent 718b278658
commit 380da2360d

@ -30,7 +30,7 @@ services:
SMTP_API_KEY: 'P0YsjUB137upXrr1NiJefHmXVKW1hmBWlpev' SMTP_API_KEY: 'P0YsjUB137upXrr1NiJefHmXVKW1hmBWlpev'
SMTP_SENDER: 'noreply@mailing.pena.digital' SMTP_SENDER: 'noreply@mailing.pena.digital'
DEFAULT_REDIRECTION_URL: 'https://shub.pena.digital/' DEFAULT_REDIRECTION_URL: 'https://shub.pena.digital/'
AUTH_EXCHANGE_URL: 'http://10.6.0.11:59300/auth/exchange' AUTH_EXCHANGE_URL: 'http://10.8.0.6:59300/auth/exchange'
RECOVERY_URL: 'https://shub.pena.digital/codeword/recover/' RECOVERY_URL: 'https://shub.pena.digital/codeword/recover/'
JWT_AUDIENCE: 'pena' JWT_AUDIENCE: 'pena'
JWT_ISSUER: 'pena-auth-service' JWT_ISSUER: 'pena-auth-service'