mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
change urls in docs to use example.net/.com
Prior to this commit, the docs and vmfloaty.yml.example file used a variety of live domains (mycompany.net, alternate.net). This commit changes those to example.net and example.com which are IANA-managed Reserved Domains. This will reduce the chance that any credentials could be harvested if a user executes the example commands without changing the domains.
This commit is contained in:
parent
d57b168153
commit
42b5ba3669
2 changed files with 9 additions and 9 deletions
|
|
@ -1,8 +1,8 @@
|
|||
user: 'brian'
|
||||
services:
|
||||
main:
|
||||
url: 'https://vmpooler.mycompany.net/api/v1'
|
||||
url: 'https://vmpooler.example.net/api/v1'
|
||||
token: 'tokenstring'
|
||||
alternate:
|
||||
url: 'https://vmpooler.alternate.net/api/v1'
|
||||
url: 'https://vmpooler.example.com/api/v1'
|
||||
token: 'alternate-tokenstring'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue