docs: fixed numbering of license bullets and corrected indent

pull/10977/head
Karl Cardenas 3 years ago
parent 40c5ba7afb
commit 64048497cf
No known key found for this signature in database
GPG Key ID: 0AC61D76B41F1EDC

@ -27,13 +27,13 @@ Choose one of the following methods (in order of precedence) to set the license:
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
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
license_path = "<PATH>/<TO>/<FILE>"

Loading…
Cancel
Save