-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcredentials.properties
66 lines (46 loc) · 960 Bytes
/
credentials.properties
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
65
66
##
## DO NOT EDIT THIS FILE.
##
## To update the properties of this file, create a separate properties file
## named "credentials-ext.properties" with the properties to overwrite.
##
#
# The JIRA_USER_NAME should be an email address.
#
JIRA_USER_NAME=
#
# Get JIRA_TOKEN should be jira token.
#
JIRA_TOKEN=
#
# The TESTRAY_USER_NAME should be an email address.
#
TESTRAY_USER_NAME=
#
# The TESTRAY_PASSWORD should be testray password.
#
TESTRAY_PASSWORD=
#
# The LOCAL_REPO_PATH should look like /path/to/liferay-portal.
#
LOCAL_REPO_PATH=
#
# The LEGACY_REPO_PATH should look like /path/to/liferay-portal-ee.
#
LEGACY_REPO_PATH=
#
# The TEAM_REPO_NAME should look like liferay-echo/liferay-portal.
#
TEAM_REPO_NAME=
#
# The GITHUB_REVIEWER_NAME should look like david-gutierrez-mesa.
#
GITHUB_REVIEWER_NAME=
#
# The GITHUB_USER_NAME should look like Tim-Cao.
#
GITHUB_USER_NAME=
#
# The GITHUB_TOKEN should be github token.
#
GITHUB_TOKEN=