/docs/agent/config
This commit is contained in:
parent
0ae0702e08
commit
c89922499c
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Consul Agent CLI Reference
|
||||
page_title: Agents: CLI Reference
|
||||
description: >-
|
||||
This topic describes the supported options for configuring Consul agents on the command line.
|
||||
Add flags to the `consul agent` command to configure agent properties and actions from the CLI. Learn about configurable options and how to format them with examples.
|
||||
---
|
||||
|
||||
# Command-line Options ((#commandline_options))
|
||||
# Agents Command-line Reference ((#commandline_options))
|
||||
|
||||
-> **Note:** Some CLI arguments may be different from HCL keys. See [Configuration Key Reference](/docs/agent/config/config-files#config_key_reference) for equivalent HCL Keys.
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Consul Agent Configuration Reference
|
||||
page_title: Agents: Configuration File Reference
|
||||
description: >-
|
||||
This topic describes the supported parameters for configuring Consul agents in HCL and JSON configuration files.
|
||||
Use agent configuration files to assign attributes to agents on startup. Learn about agent configuration file parameters and formatting with this reference page and sample code.
|
||||
---
|
||||
|
||||
# Configuration Files ((#configuration_files))
|
||||
# Agents Configuration File Reference ((#configuration_files))
|
||||
|
||||
You can create one or more files to configure the Consul agent on startup. We recommend
|
||||
grouping similar configurations into separate files, such as ACL parameters, to make it
|
||||
|
|
|
@ -1,13 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Configuration
|
||||
page_title: Agents: Configuration Explained
|
||||
description: >-
|
||||
The agent has various configuration options that can be specified via the
|
||||
command-line or via configuration files. All of the configuration options are
|
||||
completely optional. Defaults are specified with their descriptions.
|
||||
Agent configuration is the process of defining server and client agents with CLI flags and definition files. Learn what properties can be configured on reload and how Consul sets precedence for configuration settings.
|
||||
---
|
||||
|
||||
# Configuration
|
||||
# Agent Configuration
|
||||
|
||||
The agent has various configuration options that can be specified via
|
||||
the command-line or via configuration files. All of the configuration
|
||||
|
|
Loading…
Reference in New Issue