Compare commits

..

5 Commits

Author SHA1 Message Date
2f2423106e --
All checks were successful
Deploy / CreateImage (push) Successful in 3m55s
Deploy / DeployService (push) Successful in 20s
2025-04-07 22:07:24 +03:00
73a9cd5544 remove recover from recovery url
All checks were successful
Deploy / CreateImage (push) Successful in 3m5s
Deploy / DeployService (push) Successful in 22s
2025-03-24 15:06:25 +03:00
52b9682f60 recovery fix
All checks were successful
Deploy / CreateImage (push) Successful in 3m19s
Deploy / DeployService (push) Successful in 21s
2025-03-22 23:47:39 +03:00
aeca330685 mongo not localhost
All checks were successful
Deploy / CreateImage (push) Successful in 2m49s
Deploy / DeployService (push) Successful in 20s
2025-03-19 03:21:29 +03:00
cad710ff6e ci prod
All checks were successful
Deploy / CreateImage (push) Successful in 2m55s
Deploy / DeployService (push) Successful in 19s
2025-02-24 01:49:00 +03:00

@ -18,17 +18,17 @@ services:
MAIL_API_KEY: 'P0YsjUB137upXrr1NiJefHmXVKW1hmBWlpev'
MAIL_SENDER: 'noreply@mailing.pena.digital'
DEFAULT_REDIRECTION_URL: 'https://shub.pena.digital/'
AUTH_EXCHANGE_URL: 'http://10.7.0.6:59300/auth/exchange'
AUTH_EXCHANGE_URL: 'http://10.7.0.4:59300/auth/exchange'
MAIL_RECOVERY_URL: 'https://shub.pena.digital/codeword/v1.0.0/recover/'
JWT_AUDIENCE: 'pena'
JWT_ISSUER: 'pena-auth-service'
JWT_PUBLIC_KEY: "-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCLW1tlHyKC9AG0hGpmkksET2DE\nr7ojSPemxFWAgFgcPJWQ7x3uNbsdJ3bIZFoA/FClaWKMCZmjnH9tv0bKZtY/CDhM\nZEyHpMruRSn6IKrxjtQZWy4uv/w6MzUeyBYG0OvNCiYpdvz5SkAGAUHD5ZNFqn2w\nKKFD0I2Dr59BFVSGJwIDAQAB\n-----END PUBLIC KEY-----"
JWT_PUBLIC_KEY: $JWT_PUBLIC_KEY
KAFKA_BROKERS: "10.7.0.6:9092"
KAFKA_TOPIC_TARIFF: "tariffs"
DISCOUNT_MICROSERVICE_GRPC_URL: hubstaging.pena:9001
GRPC_HOST: "0.0.0.0"
TRASH_LOG_HOST: "10.7.0.5:7113"
AUTH_MICROSERVICE_URL: http://10.7.0.6:59300
AUTH_MICROSERVICE_URL: http://10.7.0.4:59300
ports:
- 10.7.0.6:19100:3000
- 10.7.0.6:29100:3001