-
Notifications
You must be signed in to change notification settings - Fork 10
/
conf.xml
36 lines (36 loc) · 1.02 KB
/
conf.xml
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
<configuration>
<smtp_config>
<server>mail_server:port</server>
<from_address>mail_address@domain</from_address>
<from_name>name</from_name>
<to_list></to_list>
<cc_list />
<notification_event>
<subject>Qual Initialized</subject>
<enabled>False</enabled>
<to_list>mail_address@domain</to_list>
<cc_list />
<template>Qual Initialized.html</template>
</notification_event>
<notification_event>
<subject>Qual Start</subject>
<enabled>False</enabled>
<to_list>mail_address@domain</to_list>
<cc_list />
<template>Qual Start.html</template>
</notification_event>
<notification_event>
<subject>Qual Complete</subject>
<enabled>False</enabled>
<to_list>mail_address@domain</to_list>
<cc_list />
<template>Qual Complete.html</template>
</notification_event>
</smtp_config>
<testrail_config>
<root>\\testrail_server\api</root>
<username>unknown</username>
<password>unknown</password>
</testrail_config>
<puffer_root>\\127.0.0.1\your_path_to\test</puffer_root>
</configuration>