-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathsample.env
36 lines (31 loc) · 1.12 KB
/
sample.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
#TARGET_HOSTNAME=localhost
#JMAP_TARGET_HOSTNAME=localhost
#IMAP_SERVER_HOSTNAME=localhost
#SMTP_TARGET_HOSTNAME=localhost
#WEBADMIN_SERVER_HOSTNAMe=localhost
#JMAP_PORT=443
#JMAP_PROTOCOL=https
#WEBADMIN_PORT=80
#WS_PROTOCOL=wss
#IMAP_PORT=993
#IMAP_PROTOCOL=imaps
#USER_COUNT=1000
#SMTP_PORT=25
#SMTP_SSL_PORT=465
#WEBADMIN_PROTOCOL=http
# Integer value. Unit: Minutes. It provided the configure for scenario and injection duration if those aren't defined.
# Default is 60 minutes
#DURATION=15
# Integer value. Unit: Minutes. It provided the configure for scenario duration.
# Default is 60 minutes
#SCENARIO_DURATION=15
# Integer value. Unit: Minutes. It provided the configure for injection duration.
# Default is 60 minutes
#INJECTION_DURATION=10
# Integer value. Unit: Minutes. Force your run to terminate based on a duration limit. even if some virtual users are still running.
# Default is 180 minutes
MAX_DURATION=120
# Boolean value. It provided the configure for DownloadAttachmentScenario.
# Default is false
# When it is true, it will create new emails with attachments before downloading them.
#PROVISION_MAIL_WITH_ATTACHMENTS=true