-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
62 lines (33 loc) · 833 Bytes
/
.env
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
######## --- CONFIG SMTP --- ###########
SMTP_SERVICE=""
SMTP_HOST="smtp.office365.com"
SMTP_PORT=587
SMTP_AUTH_TYPE="login"
SMTP_USER=""
SMTP_PASS=""
SMTP_SECURE=
SMTP_TLS=
SMTP_MAXCONNECTION=5
SMTP_MAXMESSAGE=100
##SMTP_PROXY="socks5://51.81.31.62:50088"
SMTP_DKIM_DOMAINE_NAME=""
SMTP_DKIM_KEY_SELECTOR=""
SMTP_DKIM_PRIVATE_KEY=""
###################### --- CONFIG HEADER MAIL --- #######
EMAIL_FROM=""
EMAIL_FROM_NAME=""
EMAIL_REPLY_TO=""
EMAIL_SUBJECT=""
EMAIL_PRIORITY="normal"
####### CONFIG MAILER ######
MAILER_TIMEOUT =0
MAILER_MODE="TO"
#### MAILER FOLDER FOR MAILIST AND ADRESSE : /mailer/ ####
## Set name of list ex: adresses.txt
## Set name of letter ex: letter.html
MAILIST_NAME="adresses.txt"
LETTER_NAME = "letter.html"
### CONFIG APP
PORT=5000
DYNAMIC=true
JWT_PASS="office.scama"