mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
Merge pull request #10977 from hashicorp/nia-style-fix
docs: fixed numbering of license bullets and corrected indent
This commit is contained in:
commit
a2e6a15e93
@ -27,13 +27,13 @@ Choose one of the following methods (in order of precedence) to set the license:
|
|||||||
export CONSUL_LICENSE=<LICENSE_VALUE>
|
export CONSUL_LICENSE=<LICENSE_VALUE>
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Set the `CONSUL_LICENSE_PATH` environment variable to the path of the file containing the license.
|
1. Set the `CONSUL_LICENSE_PATH` environment variable to the path of the file containing the license.
|
||||||
|
|
||||||
```shell-session
|
```shell-session
|
||||||
export CONSUL_LICENSE_PATH=<PATH>/<TO>/<FILE>
|
export CONSUL_LICENSE_PATH=<PATH>/<TO>/<FILE>
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Configure the [`license_path`](/docs/nia/configuration#license_path) option in the configuration file to point to the file containing the license.
|
1. Configure the [`license_path`](/docs/nia/configuration#license_path) option in the configuration file to point to the file containing the license.
|
||||||
|
|
||||||
```hcl
|
```hcl
|
||||||
license_path = "<PATH>/<TO>/<FILE>"
|
license_path = "<PATH>/<TO>/<FILE>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user