-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.exemple
More file actions
64 lines (57 loc) · 1.65 KB
/
Copy path.env.exemple
File metadata and controls
64 lines (57 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Email configuration
# Email domain (e.g., gmail.com)
EMAIL_DOMAIN=
# SMTP server host
EMAIL_HOST=
# SMTP server port
EMAIL_PORT=
# SMTP username
EMAIL_USERNAME=
# SMTP password
EMAIL_PASSWORD=
# From email address (e.g., noreply@example.com)
FROM_EMAIL=
# Kafka configuration
# Set to True to enable Kafka integration
USE_KAFKA=
# Comma-separated list of Kafka bootstrap servers
KAFKA_BOOTSTRAP_SERVERS=
# Topic to consume email messages from
KAFKA_CONSUMER_TOPIC=email_topic
# Key for Kafka messages
KAFKA_MESSAGE_KEY=
# RabbitMQ configuration
# Set to True to enable RabbitMQ integration
USE_RABBITMQ=
# RabbitMQ connection URL (e.g., amqp://user:password@host:port/vhost)
RABBITMQ_URL=
# RabbitMQ exchange name
RABBITMQ_EXCHANGE=email_exchange
# RabbitMQ routing key (optional)
RABBITMQ_ROUTING_KEY=email_routing_key
# RabbitMQ queue name
RABBITMQ_QUEUE=email_queue
# RabbitMQ default username
RABBITMQ_DEFAULT_USER=
# RabbitMQ default password
RABBITMQ_DEFAULT_PASS=
# ========== Example values: ==========
# EMAIL_DOMAIN=example.com
# EMAIL_HOST=smtp.example.com
# EMAIL_PORT=587
# EMAIL_USERNAME=user@example.com
# EMAIL_PASSWORD=yourpassword
# FROM_EMAIL=noreply@example.com
# KAFKA_BOOTSTRAP_SERVERS=broker1:9092,broker2:9092
# KAFKA_MESSAGE_KEY=email_notification
# KAFKA_MESSAGE_KEY=email_notification
# USE_KAFKA=True
# KAFKA_MESSAGE_KEY=email_notification
# KAFKA_MESSAGE_KEY=email_notificationemail_notification
# USE_RABBITMQ=True
# RABBITMQ_URL=amqp://user:password@rabbitmq_host:5672/vhost
# RABBITMQ_EXCHANGE=email_exchange
# RABBITMQ_ROUTING_KEY=email_routing_key
# RABBITMQ_DEFAULT_USER=guest
# RABBITMQ_DEFAULT_PASS=guest
# KAFKA_MESSAGE_KEY=email_notification