Skip to content

Commit

Permalink
Merge pull request #64 from projectdiscovery/example-config-update
Browse files Browse the repository at this point in the history
example config update
  • Loading branch information
sullo authored Mar 4, 2022
2 parents 814063c + 440439c commit a2d2952
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,22 +237,22 @@ The default provider config file should be located at `$HOME/.config/cloudlist/p
alibaba_access_key: XXXXXXXXXXXXXXXXXXXX
# alibaba_access_key_secret is the secret access key for alibaba cloud account
alibaba_access_key_secret: XXXXXXXXXXXXXXXX
- # provider is the name of the provider
- # provider is the name of the provider
provider: namecheap
# id is the name of the provider id
id: staging
# namecheap_api_key is the api key for namecheap account
namecheap_api_key: XXXXXXXXXXXXXXXXXXXXXXX
# namecheap_user_name is the username of the namecheap account
namecheap_user_name: XXXXXXX
- # provider is the name of the provider
- # provider is the name of the provider
provider: terraform
# id is the name of the provider id
id: staging
#tf_state_file is the location of terraform state file (terraform.tfsate)
tf_state_file: path/to/terraform.tfstate
- # provider is the name of the provider
provider: nomad
- # provider is the name of the provider
provider: nomad
# nomad_url is the url for nomad server
nomad_url: http:/127.0.0.1:4646/
# nomad_ca_file is the path to nomad CA file
Expand All @@ -278,7 +278,7 @@ The default provider config file should be located at `$HOME/.config/cloudlist/p
# consul_http_token is the consul authentication token
# consul_http_token: <consul-token>
# consul_http_auth is the consul http auth value
# consul_http_auth: <consul-http-auth-value>`
# consul_http_auth: <consul-http-auth-value>
```

# Contribution
Expand Down

0 comments on commit a2d2952

Please sign in to comment.