Skip to content

Commit 621d0ac

Browse files
authored
Merge branch 'main' into snyk-upgrade-55dbac57f28f59b301de9629b3d97bf9
2 parents 8ef334e + 6cf3ca7 commit 621d0ac

File tree

142 files changed

+28991
-15289
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+28991
-15289
lines changed

.env.master.dev

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@ IMAP_CONNECTION_TIMEOUT = 10000 # Milliseconds to wait for a connection to be es
4444
IMAP_MAX_CONNECTIONS = 10 # Maximum number of simultaneous IMAP connections allowed. It is recommended to keep this value between 1 and 15.
4545

4646
## REDIS ##
47-
REDIS_HOST = localhost # ( REQUIRED ) Redis host
48-
REDIS_PORT = 6379 # ( REQUIRED ) Redis port
47+
REDIS_HOST = localhost # ( REQUIRED ) Redis host
48+
REDIS_PORT = 6379 # ( REQUIRED ) Redis port
4949
# REDIS_USERNAME = # ( OPTIONAL ) Redis username
5050
# REDIS_PASSWORD = # ( OPTIONAL ) Redis password
51+
REDIS_EVICTION_POLICY = allkeys-lru # ( REQUIRED ) Redis Eviction policies: noeviction, allkeys-lru, allkeys-random, volatile-lru, volatile-random, volatile-ttl
52+
REDIS_MAXMEMORY = 1gb # ( REQUIRED ) Max memory used by redis, adjust it depending on your server capacity.
5153
REDIS_DB = 0 # ( REQUIRED ) Redis db
5254
REDIS_TLS = false # ( REQUIRED ) Enable or disable TLS for Redis
5355
REDIS_EXPIRATION_TIMEOUT = 7776000 # ( REQUIRED ) Expiration timeout (90 days ) for Redis entries
@@ -134,3 +136,7 @@ THEDIG_API_KEY = _
134136
#ENRICH LAYER
135137
ENRICH_LAYER_URL = https://enrichlayer.com/
136138
ENRICH_LAYER_API_KEY = _
139+
140+
#EMAIL FETCHING SERVICE
141+
EMAIL_FETCHING_SERVICE_URL = http://localhost:8083
142+
EMAIL_FETCHING_SERVICE_API_TOKEN = test-key

.env.master.prod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ REDIS_HOST = localhost # ( REQUIRED ) Redis host
4646
REDIS_PORT = 6379 # ( REQUIRED ) Redis port
4747
REDIS_USERNAME = # ( OPTIONAL ) Redis username
4848
REDIS_PASSWORD = # ( OPTIONAL ) Redis password
49+
REDIS_EVICTION_POLICY = allkeys-lru # ( REQUIRED ) Redis Eviction policies: noeviction, allkeys-lru, allkeys-random, volatile-lru, volatile-random, volatile-ttl
50+
REDIS_MAXMEMORY = 1gb # ( REQUIRED ) Max memory used by redis, adjust it depending on your server capacity.
4951
REDIS_DB = 0 # ( REQUIRED ) Redis db
5052
REDIS_TLS = false # ( REQUIRED ) Enable or disable TLS for Redis
5153
REDIS_EXPIRATION_TIMEOUT = 7776000 # ( REQUIRED ) Expiration timeout (90 days ) for Redis entries

.github/workflows/qa-trigger-backend-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- main
88
paths:
99
- 'backend/**'
10+
- 'micro-services/**'
1011

1112

1213
jobs:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
- ⛏️📧 Extract contacts from your mailbox
2222
- 🧹💌 Clean your email list
23+
- 💎✒️ Enrich contacts details with signature extraction
2324

2425
## 📑 Table of contents
2526

0 commit comments

Comments
 (0)