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

Change ip adress rabbitmq for service

parent 659bda8e
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -6,7 +6,7 @@ import { Email } from './email';
export class EmailService {
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';
// Connect to rabbitmq
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment