This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
/
consul.nuspec
36 lines (35 loc) · 1.65 KB
/
consul.nuspec
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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>consul</id>
<version>1.9.0</version>
<title>Consul</title>
<authors>Mitchell Hashimoto, Armon Dadgar, HashiCorp</authors>
<owners>mirthy, cleung2010</owners>
<licenseUrl>https://github.com/hashicorp/consul/blob/master/LICENSE</licenseUrl>
<projectUrl>http://www.consul.io</projectUrl>
<projectSourceUrl>https://github.com/hashicorp/consul</projectSourceUrl>
<packageSourceUrl>https://github.com/calvn/chocolatey-consul</packageSourceUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Consul is a tool for service discovery and configuration. Consul is distributed, highly available, and extremely scalable.
Uses NSSM as the service wrapper. More info at: https://nssm.cc/
#### Package Parameters
The package parameters can be set - https://www.consul.io/docs/agent/options.html
These parameters can be passed to the installer with the use of `-params`.
For example: `-params '-config-file="%PROGRAMDATA%\consul\dsc-config\default.json"'`.
</description>
<summary>Consul is a tool for service discovery, monitoring and configuration.</summary>
<iconUrl>https://cdn.rawgit.com/calvn/chocolatey-consul/master/icons/consul.png</iconUrl>
<releaseNotes>Version 1.9.0</releaseNotes>
<copyright>HashiCorp 2019</copyright>
<tags>consul service consul.io</tags>
<dependencies>
<dependency id="NSSM" version="2.24.0" />
</dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" />
<file src="binaries\**" target="binaries" />
</files>
</package>