-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathInRuleDevOps_GitHub.config
33 lines (27 loc) · 1.49 KB
/
InRuleDevOps_GitHub.config
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
<appSettings>
<add key="IsCloudBased" value="false"/>
<add key="AesEncryptDecryptKey" value="*************************"/>
<add key="FilterEventsByUser" value="admin"/>
<add key="DebugNotifications" value="Slack"/>
<add key="CatalogUsername" value="admin"/>
<add key="CatalogPassword" value="********"/>
<add key="CatalogEvents" value="CheckinRuleApp"/>
<add key="OnCheckinRuleApp" value="Java"/>
<add key="Java.JavaDistributionApiKey" value="************************************************"/>
<add key="Java.JavaDistributionUri" value="https://ir-distributionapi-prod-ncus-fa.azurewebsites.net/api/"/>
<add key="Java.JavaDistributionInPath" value="C:\Temp\"/>
<add key="Java.JavaDistributionOutPath" value="C:\Temp\"/>
<add key="Java.NotificationChannel" value="Slack"/>
<add key="Java.UploadTo" value="GitHub MyGitHub"/>
<add key="GitHub.GitHubRepo" value="InRule/DevOps"/>
<add key="GitHub.GitHubFolder" value="JARs"/>
<add key="GitHub.GitHubProductName" value="MyApplication"/>
<add key="GitHub.GitHubProductVersion" value="1"/>
<add key="GitHub.GitHubToken" value="ghp_xxxxxxxxxxxxxxxxxxxxxxxxx"/>
<add key="MyGitHub.Type" value="GitHub"/>
<add key="MyGitHub.GitHubRepo" value="InRule/ProjectDevOps"/>
<add key="MyGitHub.GitHubFolder" value="Backup"/>
<add key="MyGitHub.GitHubProductName" value="MyApplication"/>
<add key="MyGitHub.GitHubProductVersion" value="1"/>
<add key="MyGitHub.GitHubToken" value="ghp_xxxxxxxxxxxxxxxxxxxxxxxxx"/>
</appSettings>