docs: Add link to config entries

This commit is contained in:
John Cowen 2019-09-17 16:22:27 +00:00 committed by Blake Covarrubias
parent 47eff3475f
commit 8a89e1a62f
1 changed files with 6 additions and 6 deletions

View File

@ -128,12 +128,12 @@ This command will not output anything when the deletion is successful.
### Bootstrapping From A Configuration File ### Bootstrapping From A Configuration File
Configuration entries can be bootstrapped by adding them inline to each Consul Configuration entries can be bootstrapped by adding them [inline to each Consul
servers configuration file. When a server gains leadership, it will attempt to server's configuration file](/docs/agent/options.html#config_entries). When a
initialize the configuration entries. If a configuration entry does not already server gains leadership, it will attempt to initialize the configuration entries.
exist outside of the servers configuration, then it will create it. If a If a configuration entry does not already exist outside of the servers
configuration entry does exist, that matches both `kind` and `name`, then the configuration, then it will create it. If a configuration entry does exist, that
server will do nothing. matches both `kind` and `name`, then the server will do nothing.
## Using Configuration Entries For Service Defaults ## Using Configuration Entries For Service Defaults