Skip to content
Snippets Groups Projects
Commit 1f93d2ad authored by ncastejon's avatar ncastejon
Browse files

Change ip adress rabbitmq for service

parent 659bda8e
Branches
Tags
No related merge requests found
Pipeline #
...@@ -6,7 +6,7 @@ import { Email } from './email'; ...@@ -6,7 +6,7 @@ import { Email } from './email';
export class EmailService { export class EmailService {
send(email: Email) { send(email: Email) {
const rabbitmqUrl = 'amqp://user:password123@rabbitmq:5672'; const rabbitmqUrl = 'amqp://user:password123@0.0.0.0:5672';
const mailerQueue = 'portail-data-send-email'; const mailerQueue = 'portail-data-send-email';
// Connect to rabbitmq // Connect to rabbitmq
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment